/* The About introduction aligns with the rest of the biography copy. */
html body ._introParagraph_199uk_54 {
  text-indent: 0;
}

/* Figma About / Editable Content (173:26). The page-transition shell and
   header remain production-owned; only the route content is authored here. */
.siteAboutEditable {
  width: 100%;
  min-width: 0;
  background: var(--colors-background-dark, #000);
  color: var(--colors-text-paragraph-1, #fff);
  overflow: visible;
  transition: background-color .3s ease, color .3s ease;
}

.siteAboutIntro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  padding: 40px 24px;
  overflow: visible;
}

.siteAboutPortraitWrapper {
  width: 100%;
  aspect-ratio: 635 / 315.4;
  min-width: 0;
  overflow: hidden;
}

.siteAboutPortrait {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.siteAboutContact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: min(100%, 500px);
  min-width: 0;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.siteAboutContactRow {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 49px;
}

.siteAboutContactValueWrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
}

.siteAboutContactLabel {
  min-width: 0;
  color: #02b6ff;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.siteAboutContactValue {
  min-width: 0;
  color: var(--colors-text-paragraph-2, #a8b0b0);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  flex: 0 1 auto;
  cursor: pointer;
  outline: none;
  transition: color .2s ease, opacity .2s ease;
}

.siteAboutContactValue:hover,
.siteAboutContactValue:focus-visible {
  color: var(--colors-text-paragraph-1, #fff);
}

.siteAboutContactValue:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.siteAboutCopyFeedbackViewport {
  display: inline-block;
  flex: 0 0 auto;
  height: 1.2em;
  max-width: 100%;
  overflow: hidden;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .48s cubic-bezier(.76, 0, .24, 1), transform .48s cubic-bezier(.76, 0, .24, 1), visibility .48s;
  pointer-events: none;
}

.siteAboutCopyFeedbackStack {
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform .48s cubic-bezier(.76, 0, .24, 1);
}

.siteAboutCopyFeedbackRow {
  display: inline-flex;
  align-items: center;
  height: 1.2em;
  color: var(--colors-text-paragraph-1, #fff);
  white-space: nowrap;
}

.siteAboutCopyFeedbackViewport.is-error .siteAboutCopyFeedbackResult {
  color: #ff7878;
}

.siteAboutContactRow.is-copy-feedback-visible .siteAboutCopyFeedbackViewport {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.siteAboutContactRow.is-copy-feedback-visible .siteAboutCopyFeedbackStack {
  transform: translateY(-50%);
}

.siteAboutBiography {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
  overflow: visible;
  color: var(--colors-text-paragraph-1, #fff);
  font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
}

.siteAboutBiographyParagraph {
  width: 100%;
  min-width: 0;
  margin: 0;
  color: inherit;
  overflow-wrap: anywhere;
}

.siteAboutExperience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.siteAboutExperienceLabel {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 8px 24px;
  color: var(--colors-text-paragraph-3, rgba(255, 255, 255, .32));
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  white-space: nowrap;
}

.siteAboutExperienceEntry {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 89px;
  overflow: visible;
}

.siteAboutExperienceDivider {
  width: calc(100% - 48px);
  height: 1px;
  margin: 0 24px;
  flex: 0 0 1px;
  background: var(--colors-stroke-section, #171717);
}

.siteAboutExperienceRow {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: 88px;
  padding: 24px;
  overflow: visible;
}

.siteAboutCompany {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 190px;
  min-width: 190px;
  height: 40px;
  overflow: visible;
}

.siteAboutCompanyLogo {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  object-fit: cover;
}

.siteAboutCompanyName {
  min-width: 0;
  color: var(--colors-text-paragraph-1, #fff);
  font-family: var(--font-instrument, "Instrument Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.siteAboutPosition {
  min-width: 0;
  flex: 1 1 auto;
  margin: 0;
  color: var(--colors-text-paragraph-2, rgba(255, 255, 255, .72));
  font-family: var(--font-instrument, "Instrument Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow-wrap: anywhere;
}

.siteAboutYear {
  min-width: max-content;
  flex: 0 0 auto;
  margin: 0;
  color: var(--colors-text-paragraph-3, rgba(255, 255, 255, .32));
  font-family: var(--font-mono, "IBM Plex Mono", monospace);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: right;
  white-space: nowrap;
}

.siteAboutContactSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-height: 398px;
  padding: 54px 24px 99px;
  overflow: visible;
}

.siteAboutContactHeading {
  width: min(100%, 476px);
  margin: 0;
  color: var(--colors-text-paragraph-1, #fff);
  font-family: var(--font-instrument, "Instrument Sans", sans-serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 70.4px;
  text-align: center;
  white-space: nowrap;
}

.siteAboutQrFrame {
  display: flex;
  align-items: center;
  padding: 10px;
}

.siteAboutQrInner {
  display: flex;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
}

.siteAboutQr {
  display: block;
  width: 120px;
  height: 120px;
  max-width: none;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .siteAboutExperienceRow {
    gap: 8px;
  }

  .siteAboutCompany {
    width: 180px;
    min-width: 180px;
  }
}

@media (max-width: 767px) {
  .siteAboutIntro {
    gap: 40px;
    padding: 40px 16px 24px;
  }

  .siteAboutContact {
    width: 100%;
  }

  .siteAboutContactRow {
    grid-template-columns: clamp(96px, 40vw, 150px) minmax(0, 1fr);
    column-gap: 16px;
  }

  .siteAboutContactLabel {
    font-size: 34px;
  }

  .siteAboutContactValue {
    font-size: clamp(18px, 4.7vw, 20px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .siteAboutContactValueWrap {
    gap: 8px;
  }

  .siteAboutExperienceLabel {
    height: 36px;
    padding: 8px 16px;
  }

  .siteAboutExperienceEntry {
    height: auto;
    min-height: 0;
  }

  .siteAboutExperienceDivider {
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  .siteAboutExperienceRow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px;
    height: auto;
    min-height: 112px;
    padding: 16px;
  }

  .siteAboutCompany {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .siteAboutCompanyName {
    font-size: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .siteAboutPosition {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    font-size: 16px;
  }

  .siteAboutYear {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 16px;
  }

  .siteAboutContactSection {
    min-height: 398px;
    padding: 54px 16px 99px;
  }

  .siteAboutContactHeading {
    width: 100%;
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.1;
    white-space: normal;
  }
}

/* Figma-authored Growth Breakthrough case study */
[data-project-card-index="0"] .growth-description-clip {
  height: auto;
  overflow: visible;
}

[data-project-card-index="0"] {
  gap: 0;
}

[data-project-card-index="0"] ._aboutArea_xqe3x_293 {
  height: 24px;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}

[data-project-card-index="0"] .growth-description {
  margin: 0;
  color: var(--colors-text-paragraph-2);
  font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-wrap: pretty;
}

[data-project-card-index="0"] ._mediaStack_xqe3x_13 {
  gap: 20px;
}

[data-project-card-index="0"] ._mediaArea_xqe3x_60 {
  aspect-ratio: 635 / 357;
}

[data-project-card-index="0"] ._media_xqe3x_13 {
  object-fit: cover;
}

/* The compact header keeps only availability and the theme control. */
html body ._location_14jay_140,
html body ._clock_14jay_148 {
  display: none;
}

/* Reuse the React-owned theme control in the compact mobile header. */
@media (width <= 767px) {
  html body .main-content > ._header_14jay_1 {
    display: contents !important;
  }

  html body .main-content > ._header_14jay_1 ._status_14jay_30 {
    display: none;
  }

  html body .main-content > ._header_14jay_1 ._themeToggle_14jay_164 {
    display: flex;
    position: fixed;
    top: 16px;
    right: 56px;
    z-index: 51;
    width: 32px;
    height: 32px;
  }
}

/* Keep the production logo interaction while replacing its brand copy. */
html body ._logo_1atza_35,
html body .mobile-logo {
  position: relative;
  overflow: hidden;
  /* The production logo is inverted in light mode; the replacement copy
     already follows the theme text variable and must not be inverted again. */
  filter: none;
}

html[data-theme="light"] body ._logo_1atza_35,
html[data-theme="light"] body .mobile-logo {
  filter: none;
}

html body ._logo_1atza_35 > svg,
html body .mobile-logo > svg {
  opacity: 0;
}

.siteLogoCopy {
  color: var(--colors-text-heading, currentColor);
  font-family: var(--font-instrument, sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
}

.siteLogoCopyLong,
.siteLogoCopyShort {
  position: absolute;
  inset: 0 auto auto 0;
  transition: opacity 480ms cubic-bezier(.76, 0, .24, 1), transform 480ms cubic-bezier(.76, 0, .24, 1);
}

.siteLogoCopyShort {
  opacity: 0;
  transform: translateY(100%);
}

html body .site-logo-collapsed .siteLogoCopyLong {
  opacity: 0;
  transform: translateY(-100%);
}

html body .site-logo-collapsed .siteLogoCopyShort {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .siteLogoCopyLong,
  .siteLogoCopyShort {
    transition: none;
  }
}

.siteFigmaAbout,
.siteFigmaNav {
  display: none;
}

/* Navigation states follow the authored menu: inactive items stay quiet,
   while only the item at the current content position becomes bright. */
.siteFigmaNavButton {
  color: var(--colors-text-paragraph-4);
  transition: color 180ms ease;
}

.siteFigmaNavLabel,
.siteFigmaNavIndex,
.siteFigmaNavMeta {
  transition: color 180ms ease;
}

.siteFigmaNavLabel {
  color: inherit;
}

.siteFigmaNavIndex,
.siteFigmaNavMeta {
  color: var(--colors-text-paragraph-4);
}

.siteFigmaNavRow.is-active .siteFigmaNavButton,
.siteFigmaNavButton:hover,
.siteFigmaNavButton:focus-visible {
  color: var(--colors-text-paragraph-1);
}

.siteFigmaNavRow.is-active .siteFigmaNavIndex,
.siteFigmaNavRow.is-active .siteFigmaNavMeta {
  color: var(--colors-text-paragraph-4);
}

.siteFigmaNavButton:hover .siteFigmaNavIndex,
.siteFigmaNavButton:focus-visible .siteFigmaNavIndex {
  color: var(--colors-text-paragraph-1);
}

html body .sidebar:not(.site-figma-sidebar) .siteFigmaAbout,
html body .sidebar:not(.site-figma-sidebar) .siteFigmaNav {
  display: none !important;
}

/* Editable Figma sidebar layout, matched to the 360px design frame. */
@media (min-width: 1024px) and (max-width: 1180px) {
  html body .sidebar.site-figma-sidebar ._aboutSection_1atza_45,
  html body .sidebar.site-figma-sidebar ._spacer_1atza_130 {
    flex: none;
    height: 163px;
    min-height: 163px;
    padding: 24px 16px;
    display: block;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 {
    flex: none;
    height: 429.4px;
    min-height: 429.4px;
    width: 360px;
    padding: 16px 0 24px;
    gap: 0;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar ._aboutSection_1atza_45 > ._aboutGrid_1atza_55,
  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 > nav:not(.siteFigmaNav),
  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 > ._legal_1atza_240,
  html body .sidebar.site-figma-sidebar ._menuSectionLine_1atza_16 {
    display: none !important;
  }

  .siteFigmaAbout {
    width: 328px;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  .siteFigmaGreeting {
    width: 328px;
    height: 40px;
    margin: 0;
    color: var(--colors-text-paragraph-1);
    font-family: var(--font-instrument), sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    overflow: visible;
    white-space: nowrap;
    letter-spacing: 0;
    transition: opacity 180ms ease;
  }

  .siteFigmaName {
    width: 328px;
    height: 29px;
    margin: 22px 0 0;
    color: var(--colors-text-paragraph-1);
    font-family: "PingFang SC", "Hiragino Sans GB", var(--font-instrument), sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    white-space: nowrap;
  }

  .siteFigmaNav {
    width: 328px;
    height: 389.4px;
    flex: 0 0 389.4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
  }

  .siteFigmaNavRow {
    width: 328px;
    height: 49.2px;
    flex: 0 0 49.2px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
  }

  .siteFigmaNavButton {
    width: auto;
    height: 49.2px;
    padding: 0;
    display: flex;
    align-items: flex-end;
    text-align: left;
    color: var(--colors-text-paragraph-4);
  }

  .siteFigmaNavRow.is-active .siteFigmaNavButton,
  .siteFigmaNavButton:hover,
  .siteFigmaNavButton:focus-visible {
    color: var(--colors-text-paragraph-1);
  }

  .siteFigmaNavTitle {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding-left: 16px;
    white-space: nowrap;
  }

  .siteFigmaNavLabel {
    color: inherit;
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    white-space: nowrap;
  }

  .siteFigmaNavIndex {
    color: var(--colors-text-paragraph-4);
    font-family: var(--font-mono), monospace;
    font-size: 14px;
    line-height: 16.8px;
    white-space: nowrap;
  }

  .siteFigmaNavMeta {
    width: 170px;
    height: 44px;
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--colors-text-paragraph-4);
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: right;
    white-space: pre-line;
  }

  .siteFigmaNavDivider {
    width: 328px;
    height: 1px;
    flex: 0 0 1px;
    background: var(--colors-stroke-section);
  }

  .siteFigmaNavRow:nth-child(7) .siteFigmaNavMeta {
    width: 159px;
    flex-basis: 159px;
  }

  .siteFigmaNavRow:nth-child(11) .siteFigmaNavMeta {
    width: 68px;
    height: 40px;
    flex-basis: 68px;
  }
}

/* Shared responsive Figma sidebar. The desktop rail mirrors the authored
   360px Figma frame; smaller desktop/tablet widths use a bounded rail so the
   project column still has room to breathe. */
@media (min-width: 768px) {
  html body {
    --site-sidebar-width: clamp(280px, 28vw, 320px);
  }

  html body .sidebar.site-figma-sidebar {
    width: var(--site-sidebar-width);
    min-width: var(--site-sidebar-width);
    max-width: var(--site-sidebar-width);
    display: flex;
  }

  html body .main-content {
    margin-left: var(--site-sidebar-width);
    width: calc(100% - var(--site-sidebar-width));
  }

  html body .sidebar.site-figma-sidebar ._aboutSection_1atza_45,
  html body .sidebar.site-figma-sidebar ._spacer_1atza_130 {
    width: 100%;
    height: 163px;
    min-height: 163px;
    padding: 24px 16px;
    flex: none;
    display: block;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 16px 16px 24px;
    flex: 1 1 auto;
    gap: 0;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar ._aboutSection_1atza_45 > ._aboutGrid_1atza_55,
  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 > nav:not(.siteFigmaNav),
  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 > ._legal_1atza_240,
  html body .sidebar.site-figma-sidebar ._menuSectionLine_1atza_16 {
    display: none !important;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaAbout {
    width: 100%;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaGreeting,
  html body .sidebar.site-figma-sidebar .siteFigmaName {
    width: 100%;
    max-width: 100%;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaGreeting {
    font-size: clamp(30px, 3vw, 40px);
    line-height: 40px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaName {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 28.8px;
    margin: 22px 0 0;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNav {
    width: 100%;
    height: auto;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow,
  html body .sidebar.site-figma-sidebar .siteFigmaNavDivider {
    width: 100%;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 49.2px;
    min-height: 49.2px;
    flex: 0 0 49.2px;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavButton {
    display: flex;
    align-items: flex-end;
    height: 49.2px;
    padding: 0;
    flex: 0 0 auto;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavTitle {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    gap: 3px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavLabel,
  html body .sidebar.site-figma-sidebar .siteFigmaNavIndex {
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavLabel {
    font-size: clamp(21px, 2vw, 26px);
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 45%;
    flex: 0 1 auto;
    margin-left: 10px;
    white-space: pre-line;
    text-align: right;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavDivider {
    height: 1px;
    flex: 0 0 1px;
  }

  html body .main-content [data-project-card] ._description_xqe3x_305 {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html body .sidebar.site-figma-sidebar .siteFigmaNavLabel {
    color: inherit;
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: clamp(21px, 2.3vw, 26px);
    font-weight: 500;
    line-height: 32px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavIndex {
    color: var(--colors-text-paragraph-4);
    font-family: var(--font-mono), monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    color: var(--colors-text-paragraph-4);
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: right;
    white-space: pre-line;
  }
}

/* The editable Figma sidebar is a 360px rail with a 328px navigation stream.
   Keep this relationship exact on desktop widths where the design is authored. */
@media (min-width: 1024px) {
  html body {
    --site-sidebar-width: 360px;
  }

  html body .sidebar.site-figma-sidebar ._menuSection_1atza_16 {
    width: 360px;
    padding: 16px 0 24px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNav {
    width: 328px;
    flex: 0 0 389.4px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow,
  html body .sidebar.site-figma-sidebar .siteFigmaNavDivider {
    width: 328px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavTitle {
    padding-left: 16px;
    gap: 4px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaGreeting {
    font-size: 40px;
    line-height: 40px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaName {
    font-size: 24px;
    line-height: 28.8px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavLabel {
    color: inherit;
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavIndex {
    color: var(--colors-text-paragraph-4);
    font-family: var(--font-mono), monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    white-space: nowrap;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    color: var(--colors-text-paragraph-4);
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    height: 44px;
    text-align: right;
    white-space: pre-line;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavButton,
  html body .sidebar.site-figma-sidebar .siteFigmaNavRow:not(:nth-child(7)):not(:nth-child(11)) .siteFigmaNavButton {
    width: 158px;
    flex-basis: 158px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow:nth-child(7) .siteFigmaNavButton {
    width: 131px;
    flex-basis: 131px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow:nth-child(11) .siteFigmaNavButton {
    width: 132px;
    flex-basis: 132px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavButton {
    flex: 0 0 auto;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    width: 170px;
    max-width: none;
    flex: 1 0 0;
    min-width: 0;
    margin-left: 0;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow:nth-child(7) .siteFigmaNavMeta {
    width: 159px;
    flex-basis: 159px;
    flex-grow: 0;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavRow:nth-child(11) .siteFigmaNavMeta {
    width: 68px;
    height: 40px;
    flex-basis: 68px;
    flex-grow: 0;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    max-width: 40%;
    font-size: 11px;
  }
}

/* Figma-authored project tags. Only the first five project cards participate;
   their existing placement and text flow remain unchanged. */
[data-project-card-index="0"] .siteReferenceGlassChip,
[data-project-card-index="1"] .siteReferenceGlassChip,
[data-project-card-index="2"] .siteReferenceGlassChip,
[data-project-card-index="3"] .siteReferenceGlassChip,
[data-project-card-index="4"] .siteReferenceGlassChip {
  box-sizing: border-box;
  padding: 4px 10px 6px;
  border: 1px solid #262626;
  border-radius: 6px;
  background: transparent;
  color: var(--colors-text-paragraph-3);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .24px;
}

[data-project-card-index="0"] .siteReferenceGlassChip.siteReferenceGlassScrolling,
[data-project-card-index="1"] .siteReferenceGlassChip.siteReferenceGlassScrolling,
[data-project-card-index="2"] .siteReferenceGlassChip.siteReferenceGlassScrolling,
[data-project-card-index="3"] .siteReferenceGlassChip.siteReferenceGlassScrolling,
[data-project-card-index="4"] .siteReferenceGlassChip.siteReferenceGlassScrolling,
[data-project-card-index="0"] .siteReferenceGlassChip.is-scrolling,
[data-project-card-index="1"] .siteReferenceGlassChip.is-scrolling,
[data-project-card-index="2"] .siteReferenceGlassChip.is-scrolling,
[data-project-card-index="3"] .siteReferenceGlassChip.is-scrolling,
[data-project-card-index="4"] .siteReferenceGlassChip.is-scrolling {
  background: transparent;
  border-color: #262626;
}

[data-theme="light"] [data-project-card-index="0"] .siteReferenceGlassChip,
[data-theme="light"] [data-project-card-index="1"] .siteReferenceGlassChip,
[data-theme="light"] [data-project-card-index="2"] .siteReferenceGlassChip,
[data-theme="light"] [data-project-card-index="3"] .siteReferenceGlassChip,
[data-theme="light"] [data-project-card-index="4"] .siteReferenceGlassChip {
  border-color: var(--colors-text-paragraph-3);
}

@media (max-width: 767px) {
  [data-project-card-index="0"] .siteReferenceGlassChip,
  [data-project-card-index="1"] .siteReferenceGlassChip,
  [data-project-card-index="2"] .siteReferenceGlassChip,
  [data-project-card-index="3"] .siteReferenceGlassChip,
  [data-project-card-index="4"] .siteReferenceGlassChip {
    max-width: 100%;
    padding: 4px 10px 6px;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-project-card-index="0"] .siteReferenceGlassChip,
  [data-project-card-index="1"] .siteReferenceGlassChip,
  [data-project-card-index="2"] .siteReferenceGlassChip,
  [data-project-card-index="3"] .siteReferenceGlassChip,
  [data-project-card-index="4"] .siteReferenceGlassChip {
    transition: none;
  }
}

/* Mobile keeps the original overlay shell, but its menu is replaced by the
   same five project targets used by the desktop rail. */
.siteMobileProjectNav {
  display: none;
}

@media (max-width: 767px) {
  html body .siteMobileProjectNav {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  html body ._overlay_1gpzf_1 nav._menu_1gpzf_28 {
    display: none !important;
  }

  .siteMobileProjectRow {
    display: flex;
    align-items: center;
    height: 48px;
    min-height: 48px;
    border-bottom: 1px solid var(--colors-stroke-section, rgba(255,255,255,.18));
  }

  .siteMobileProjectButton {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0;
    color: var(--colors-text-paragraph-4);
    text-align: left;
    background: transparent;
    border: 0;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .siteMobileProjectRow.is-active .siteMobileProjectButton,
  .siteMobileProjectButton:hover,
  .siteMobileProjectButton:focus-visible {
    color: var(--colors-text-paragraph-1);
  }

  .siteMobileProjectRow:not(.is-active) .siteMobileProjectButton {
    color: var(--colors-text-paragraph-4);
  }

  .siteMobileProjectRow.is-active .siteMobileProjectIndex,
  .siteMobileProjectRow:not(.is-active) .siteMobileProjectIndex {
    color: inherit;
  }

  .siteMobileProjectLabel,
  .siteMobileAboutLabel {
    flex: 0 0 auto;
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .siteMobileProjectIndex,
  .siteMobileAboutIndex {
    flex: 0 0 auto;
    font-family: var(--font-mono), monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--colors-text-paragraph-4);
    transition: color 180ms ease;
  }

  .siteMobileProjectRow.is-active .siteMobileProjectIndex,
  .siteMobileProjectRow:not(.is-active) .siteMobileProjectIndex {
    color: var(--colors-text-paragraph-4);
  }

  .siteMobileProjectButton:hover .siteMobileProjectIndex,
  .siteMobileProjectButton:focus-visible .siteMobileProjectIndex {
    color: var(--colors-text-paragraph-1);
  }
}

/* Figma Home / Mobile Intro / Editable Template (190:20). The production
   greeting node stays in place so its language cycle and cursor animation are
   unchanged; only the mobile intro composition is reflowed around it. */
@media (max-width: 767px) {
  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    min-height: 0;
    margin-inline: auto;
    padding: 24px 16px;
    gap: 16px;
    border-bottom: 0;
    background: var(--colors-background-dark);
    color: var(--colors-text-paragraph-1);
    box-shadow: inset 0 -1px var(--colors-stroke-section);
    overflow: hidden;
  }

  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._photoWrapper_5nkpk_54 {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 448 / 217;
    min-height: 0;
    overflow: hidden;
  }

  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._photoWrapper_5nkpk_54 ._photo_5nkpk_54 {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
  }

  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._hello_1mfkh_1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 0;
    color: var(--colors-text-paragraph-1);
    font-family: var(--font-instrument), "Instrument Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -.4px;
    white-space: nowrap;
    pointer-events: none;
  }

  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._nameLine_5nkpk_45 {
    display: none;
  }

  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._bio_5nkpk_69 {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 84px;
    margin: 0;
    color: var(--colors-text-paragraph-1);
    font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  html body main ._mobileAbout_5nkpk_13[data-figma-mobile-intro-sync="true"] ._photoWrapper_5nkpk_54 {
    max-height: 217px;
  }
}

/* Image lightbox */
.siteLightbox {
  --lightbox-control-size: 48px;
  --lightbox-edge: 24px;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 88px 48px;
  background: rgba(0, 0, 0, .96);
  backdrop-filter: blur(10px);
  isolation: isolate;
}

.siteLightbox.is-open {
  display: flex;
  animation: siteLightboxEnter 180ms ease-out both;
}

@keyframes siteLightboxEnter {
  from { opacity: 0; }
  to { opacity: 1; }
}

.siteLightboxTopbar {
  position: absolute;
  top: var(--lightbox-edge);
  left: var(--lightbox-edge);
  right: var(--lightbox-edge);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--lightbox-control-size);
}

.siteLightboxFigure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.siteLightboxImage {
  display: block;
  max-width: min(calc(100vw - 176px), 1600px);
  max-height: calc(100dvh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 20px 64px rgba(0, 0, 0, .38);
  transition: opacity 160ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.siteLightboxImage.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

.siteLightboxCount {
  min-width: 84px;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
}

.siteLightboxClose,
.siteLightboxPrev,
.siteLightboxNext {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: var(--lightbox-control-size);
  height: var(--lightbox-control-size);
  padding: 0;
  color: #fff;
  background: rgba(12, 12, 12, .88);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.siteLightboxClose {
  position: relative;
  inset: auto;
}

.siteLightboxPrev {
  left: var(--lightbox-edge);
  top: 50%;
  transform: translateY(-50%);
}

.siteLightboxNext {
  right: var(--lightbox-edge);
  top: 50%;
  transform: translateY(-50%);
}

.siteLightboxCloseIcon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.siteLightboxCloseIcon::before,
.siteLightboxCloseIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform-origin: center;
}

.siteLightboxCloseIcon::before {
  transform: rotate(45deg);
}

.siteLightboxCloseIcon::after {
  transform: rotate(-45deg);
}

.siteLightboxArrowIcon {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.siteLightboxPrev .siteLightboxArrowIcon {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.siteLightboxNext .siteLightboxArrowIcon {
  margin-right: 4px;
  transform: rotate(45deg);
}

.siteLightboxClose:hover:not(:disabled),
.siteLightboxPrev:hover:not(:disabled),
.siteLightboxNext:hover:not(:disabled),
.siteLightboxClose:focus-visible,
.siteLightboxPrev:focus-visible,
.siteLightboxNext:focus-visible {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.siteLightboxClose:focus-visible,
.siteLightboxPrev:focus-visible,
.siteLightboxNext:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.siteLightboxClose:disabled,
.siteLightboxPrev:disabled,
.siteLightboxNext:disabled {
  opacity: .24;
  cursor: default;
}

@media (max-width: 767px) {
  .siteLightbox {
    --lightbox-control-size: 44px;
    --lightbox-edge: 12px;
    padding: 64px 12px 80px;
  }

  .siteLightboxImage {
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 144px);
  }

  .siteLightboxTopbar {
    top: 12px;
    left: 12px;
    right: 12px;
    height: 44px;
  }

  .siteLightboxCount {
    font-size: 11px;
  }

  .siteLightboxPrev {
    top: auto;
    bottom: 16px;
    left: calc(50% - 48px);
    transform: none;
  }

  .siteLightboxNext {
    top: auto;
    right: calc(50% - 48px);
    bottom: 16px;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .siteLightbox.is-open {
    animation: none;
  }

  .siteLightboxImage,
  .siteLightboxClose,
  .siteLightboxPrev,
  .siteLightboxNext {
    transition: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html body .sidebar.site-figma-sidebar .siteFigmaNavRow {
    display: flex;
    justify-content: space-between;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavTitle {
    padding-left: 0;
    gap: 3px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    max-width: 45%;
    flex: 0 1 45%;
    margin-left: 8px;
    overflow: hidden;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavLabel {
    font-size: clamp(20px, 2.3vw, 22px);
    line-height: 32px;
  }

  html body .sidebar.site-figma-sidebar .siteFigmaNavMeta {
    font-size: clamp(10px, 1.25vw, 12px);
    line-height: 1.2;
  }
}
