:root {
  --bg: #ffffff;
  --text: #222222;
  --muted: #222222;
  --card: #ffffff;
  --content-max-width: 1440px;
  --shadow: 0 4px 8px 3px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 30%);
  --hero-content-top: 240px;
  --ease-out-elastic: linear(
    0,
    0.2178 2.1%,
    1.1144 8.49%,
    1.2959 10.7%,
    1.3463 11.81%,
    1.3705 12.94%,
    1.3726,
    1.3643 14.48%,
    1.3151 16.2%,
    1.0317 21.81%,
    0.941 24.01%,
    0.8912 25.91%,
    0.8694 27.84%,
    0.8698 29.21%,
    0.8824 30.71%,
    1.0122 38.33%,
    1.046 42.71%,
    1.0416 45.7%,
    0.9961 53.26%,
    0.9839 57.54%,
    0.9853 60.71%,
    1.0012 68.14%,
    1.0056 72.24%,
    0.9981 86.66%,
    1
  );
  font-family: Inter, "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

@property --spring-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

@property --intro-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --intro-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
}

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

.site-shell {
  background: var(--bg);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  color: #666666;
  pointer-events: none;
  transition: padding 0.22s ease;
}

.site-header.is-brand-visible {
  padding: 20px;
  justify-content: flex-end;
}

.mini-brand {
  display: flex;
  gap: 0.828px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-header.is-brand-visible .mini-brand {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
}

.mini-brand-word {
  color: #666666;
  font-size: 19.862px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1986px;
  white-space: nowrap;
}

.mini-ai-mark {
  display: inline-grid;
  width: 24.414px;
  height: 14.483px;
  place-items: center;
}

.mini-ai-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-kicker {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  color: #666666;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  white-space: nowrap;
}

.hero-kicker span {
  opacity: 0;
  transform: translateY(0.75rem);
  animation: fade-up 0.8s ease forwards;
}

.site-nav {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: flex-end;
  color: currentColor;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  white-space: nowrap;
  pointer-events: auto;
}

.site-nav a {
  position: relative;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: fade-up 0.8s ease forwards;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:nth-child(1) {
  animation-delay: 0.28s;
}

.site-nav a:hover {
  opacity: 0.72;
  transform: translateY(-2px);
}

.site-header.is-brand-visible .site-nav {
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.16px;
}

.site-nav-indicator {
  display: none;
  width: 48px;
  flex-direction: column;
  gap: 0;
  align-items: center;
  pointer-events: auto;
}

.site-header.is-brand-visible .site-nav-indicator {
  display: flex;
}

.site-nav .site-nav-dot {
  position: relative;
  display: flex;
  width: 48px;
  height: 18px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: none;
  animation: none;
}

.site-nav .site-nav-dot:hover {
  opacity: 1;
  transform: none;
}

.site-nav-dot span {
  display: block;
  width: 8px;
  height: 3px;
  border-radius: 100px;
  background: rgb(153 153 153 / 50%);
  transition: width 0.18s ease, background-color 0.18s ease;
}

.site-nav-dot::before {
  position: absolute;
  top: 50%;
  right: calc(50% + 15px);
  padding: 5px 12px 6px;
  border-radius: 6px;
  background: #f4f4f4;
  color: #767676;
  content: attr(data-tip);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(4px, -50%, 0);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.site-nav-dot:hover::before,
.site-nav-dot:focus-visible::before {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.site-nav-dot:hover span,
.site-nav-dot:focus-visible span,
.site-nav-dot.is-active span {
  width: 10px;
  background: #999999;
}

.site-nav-indicator:hover .site-nav-dot.is-active:not(:hover):not(:focus-visible) span {
  width: 8px;
  background: rgb(153 153 153 / 50%);
}

.hero {
  position: relative;
  display: flex;
  min-height: max(982px, 100svh);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: var(--hero-content-top) 40px 40px;
  background: var(--bg);
  isolation: isolate;
}

.hero-content {
  display: flex;
  width: min(100%, var(--content-max-width));
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.hero-title-wrap {
  position: relative;
  z-index: 2;
  width: max-content;
}

.hero-title {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--text);
  font-size: 96px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.word {
  display: inline-block;
  transform-origin: bottom;
  animation: title-pop 0.95s var(--ease-out-elastic) 0.15s both;
}

.ai-mark {
  display: inline-grid;
  width: 118px;
  height: 70px;
  place-items: center;
  transform-origin: bottom left;
  animation: title-pop 0.95s var(--ease-out-elastic) 0.26s both;
}

.ai-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-field {
  position: relative;
  z-index: 2;
  width: 984px;
  height: 319px;
  overflow: visible;
  transform-origin: top left;
  touch-action: none;
}

.float-card {
  position: absolute;
  top: var(--figma-top);
  left: var(--figma-left);
  display: flex;
  width: var(--figma-width);
  height: var(--figma-height);
  align-items: center;
  justify-content: center;
  transform:
    translate(
      var(--spring-x, 0px),
      calc(var(--intro-y, 0px) + var(--spring-y, 0px))
    )
    scale(calc(var(--intro-scale, 1) * var(--hover-scale, 1)));
  transform-origin: center;
  will-change: transform;
  animation: card-enter 1s var(--ease-out-elastic) both;
  animation-delay: calc(0.45s + var(--card-index) * 0.08s);
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
}

.float-card::before {
  content: "";
  display: block;
  width: 210px;
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--card);
  background-image: var(--card-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 2px 12px 1px rgb(0 0 0 / 15%);
  transform: rotate(calc(var(--base-rotate) + var(--spring-rotate, 0deg)));
  transform-origin: center;
  will-change: transform;
}

.float-card span {
  display: none;
}

.card-05 {
  --card-index: 0;
  --figma-left: 737.4px;
  --figma-top: 22.93px;
  --figma-width: 227.625px;
  --figma-height: 274.016px;
  --base-rotate: -4deg;
  --card-image: url("assets/cover/card05.png");
}

.card-04 {
  --card-index: 1;
  --figma-left: 542px;
  --figma-top: 23px;
  --figma-width: 236.941px;
  --figma-height: 281.228px;
  --base-rotate: 6.22deg;
  --card-image: url("assets/cover/card04.png");
}

.card-03 {
  --card-index: 2;
  --figma-left: 351.33px;
  --figma-top: 19.99px;
  --figma-width: 236.057px;
  --figma-height: 280.549px;
  --base-rotate: -6.01deg;
  --card-image: url("assets/cover/card03.png");
}

.card-02 {
  --card-index: 3;
  --figma-left: 175.87px;
  --figma-top: 11.07px;
  --figma-width: 250.388px;
  --figma-height: 291.357px;
  --base-rotate: 9.59deg;
  --card-image: url("assets/cover/card02.png");
}

.card-01 {
  --card-index: 4;
  --figma-left: 13px;
  --figma-top: 23px;
  --figma-width: 231.324px;
  --figma-height: 276.897px;
  --base-rotate: -4.87deg;
  --card-image: url("assets/cover/card01.png");
}

.scroll-cue {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: auto;
  max-width: var(--content-max-width);
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: fade-up 0.8s ease forwards;
  animation-delay: 0.75s;
}

.scroll-cue span {
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
}

.scroll-cue img {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.about-section {
  display: flex;
  min-height: 960px;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: center;
  padding: 100px 40px;
  overflow: hidden;
  background: #f8f8f8;
  color: var(--text);
}

.about-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  min-height: 760px;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow: hidden;
}

.about-profile {
  display: flex;
  height: 100%;
  width: 320px;
  flex-direction: column;
  flex: 0 0 320px;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
}

.profile-avatar {
  position: relative;
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 999px;
}

.profile-avatar img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.profile-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.profile-name {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
}

.profile-name h2,
.profile-name p {
  margin: 0;
  color: var(--text);
  line-height: normal;
  white-space: nowrap;
}

.profile-name h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.profile-name p {
  padding-top: 2px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.name-divider {
  width: 1px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--text);
}

.profile-meta {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}

.profile-meta p {
  margin: 0;
}

.about-column {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-shrink: 0;
  gap: 90px;
  align-items: flex-start;
  overflow: hidden;
}

.about-column-wide {
  width: 520px;
}

.about-column-narrow {
  width: 400px;
}

.resume-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.resume-block h3 {
  width: 100%;
  margin: 0;
  color: #999999;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

.resume-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.resume-list-compact {
  gap: 28px;
}

#experience-title + .resume-list {
  gap: 38px;
}

.resume-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.resume-item h4 {
  width: 100%;
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}

.resume-item p {
  width: 100%;
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.about-column-wide .resume-item h4,
.about-column-wide .resume-item p {
  white-space: nowrap;
}

.project-section {
  display: flex;
  min-height: 1080px;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 120px 40px 80px;
  overflow: hidden;
  background: #222222;
  color: #f4f4f4;
}

.homepage-scroll-section {
  display: block;
  min-height: 1200vh;
  padding: 0;
  overflow: visible;
  background: #2b2b2b;
}

.homepage-scroll-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100svh;
  min-height: 1096px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 40px;
  overflow: visible;
  background: #2b2b2b;
}

.project-title-row {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  white-space: nowrap;
}

.project-title-row h2 {
  margin: 0;
  color: #f4f4f4;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}

.homepage-scroll-section .project-title-row h2 {
  font-size: 40px;
  letter-spacing: 0.4px;
}

.project-title-row h2 span {
  display: block;
}

.project-title-row h2 em {
  color: #d64000;
  font-style: normal;
}

.project-title-row p {
  flex: 0 0 auto;
  margin: 0;
  padding-bottom: 12px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.homepage-scroll-showcase {
  position: relative;
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  height: 840px;
  flex: 0 0 840px;
  align-items: center;
  justify-content: center;
  padding-right: 200px;
  padding-left: 200px;
  overflow: hidden;
}

.homepage-version-stage {
  position: relative;
  z-index: 2;
  width: 1520px;
  height: 840px;
  align-self: flex-start;
  flex: 0 0 auto;
}

.homepage-scroll-track {
  --track-mask-left: 0px;
  --phone-gap-left: 569px;
  --phone-gap-right: 971px;

  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0 var(--track-mask-left),
    #000000 var(--track-mask-left) var(--phone-gap-left),
    transparent var(--phone-gap-left) var(--phone-gap-right),
    #000000 var(--phone-gap-right) 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0 var(--track-mask-left),
    #000000 var(--track-mask-left) var(--phone-gap-left),
    transparent var(--phone-gap-left) var(--phone-gap-right),
    #000000 var(--phone-gap-right) 100%
  );
}

.homepage-track-item {
  --track-x: 0px;
  --track-left: 10px;
  --track-opacity: 1;

  position: absolute;
  top: 160px;
  left: var(--track-left);
  width: 240px;
  height: 520px;
  margin: 0;
  overflow: hidden;
  opacity: var(--track-opacity);
  transform: translate3d(var(--track-x), 0, 0);
  transform-origin: center;
  will-change: transform, opacity;
}

.homepage-track-item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 246.42%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.homepage-track-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgb(0 0 0 / 20%);
  pointer-events: none;
}

.homepage-scroll-phone {
  position: absolute;
  top: 42px;
  left: 589px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-right: 7px;
  padding-left: 7px;
  filter: drop-shadow(0 0 50px rgb(0 0 0 / 20%));
  pointer-events: none;
}

.homepage-version-label {
  min-width: 100%;
  margin: 0;
  color: #dddddd;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.24px;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-version-label {
  position: absolute;
  top: -63.54px;
  left: 271px;
  z-index: 4;
  width: 320px;
  min-width: 0;
  margin: 0;
  align-self: flex-start;
  transform: translateX(-50%);
}

.homepage-version-description {
  width: 320px;
  margin: 4px 0 0;
  color: #dddddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.16px;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-version-description {
  position: absolute;
  top: -30.54px;
  left: 271px;
  z-index: 4;
  margin: 0;
  align-self: flex-start;
  transform: translateX(-50%);
}

.homepage-handheld-mockup {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.homepage-handheld-wrap {
  position: relative;
  width: 600px;
  height: 772px;
  margin-left: 30px;
  overflow: hidden;
}

.homepage-scroll-phone.has-handheld-mockup {
  top: 68px;
  left: 489px;
  gap: 0;
  padding: 0;
  filter: none;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-handheld-wrap {
  margin-top: 0;
  margin-left: 0;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-scroll-frame {
  position: absolute;
  top: 8px;
  left: 110px;
  z-index: 2;
  display: block;
  width: 320px;
  height: 693px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 51px;
  outline: 0;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-handheld-mockup {
  z-index: 1;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-scroll-screen {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.homepage-scroll-phone.has-handheld-mockup .homepage-phone-slide {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.homepage-scroll-frame {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 328px;
  height: 701px;
  padding: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  background: #161418;
  border-radius: 36px;
  outline: 6px solid #2f3033;
}

.homepage-scroll-screen {
  position: relative;
  width: 320px;
  height: 693px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
}

.homepage-phone-slide {
  --phone-slide-x: 100%;
  --phone-slide-y: 0px;
  --phone-slide-opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 246.42%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  opacity: var(--phone-slide-opacity);
  transform: translate3d(var(--phone-slide-x), var(--phone-slide-y), 0);
  will-change: transform, opacity;
}

.homepage-phone-slide:first-child {
  --phone-slide-x: 0%;
  --phone-slide-opacity: 1;
}

.homepage-pc-section {
  display: flex;
  min-height: 1248px;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  background: #2b2b2b;
  color: #ffffff;
}

.homepage-pc-title-row {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  height: 78px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.homepage-pc-title-row h2 {
  width: 901px;
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.homepage-pc-title-row h2 span {
  display: block;
}

.homepage-pc-title-row h2 span + span {
  color: #999999;
}

.homepage-pc-title-row p {
  margin: 0 0 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-align: right;
  white-space: nowrap;
}

.homepage-pc-stage {
  position: relative;
  width: 100%;
  max-width: var(--content-max-width);
  height: 1050px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: #3b3b3b;
}

.homepage-pc-panel {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.homepage-pc-panel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.homepage-pc-panel-main {
  top: 50px;
  left: 85px;
  width: 760px;
  height: 1000px;
  box-shadow: none;
}

.homepage-pc-panel-main img {
  object-fit: cover;
}

.homepage-pc-panel-side {
  top: 0;
  left: 915px;
  width: 440px;
  height: 1000px;
  box-shadow: none;
}

.homepage-pc-panel-side img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-pc-panel-side::after {
  content: none;
}

.discovery-scenarios-section,
.discovery-scenarios-2-section {
  display: flex;
  --discovery-transition-ease: cubic-bezier(0.2, 0.5, 0.3, 1);
  --discovery-transition-duration: 0.8s;
  --discovery-feature-enter-y: 500px;
  overflow: hidden;
  background: #2b2b2b;
  color: #ffffff;
}

.discovery-scenarios-section {
  min-height: max(1118px, 100vh);
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
}

.discovery-scenarios-2-section {
  min-height: 920px;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
}

.discovery-scenarios-title-row {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  height: 78px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.discovery-scenarios-title-row h2 {
  width: 1049px;
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

.discovery-scenarios-title-row h2 span {
  display: block;
}

.discovery-scenarios-title-row h2 span + span {
  color: #999999;
}

.discovery-scenarios-title-row p {
  margin: 0 0 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-align: right;
  white-space: nowrap;
}

.discovery-scenarios-scroll {
  width: 100%;
  max-width: var(--content-max-width);
  height: 840px;
  flex: 0 0 auto;
}

.discovery-scenarios-sticky {
  position: relative;
  width: 100%;
  height: 840px;
}

.discovery-scenarios-stage {
  position: relative;
  width: 100%;
  height: 840px;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: hidden;
}

.discovery-scenarios-2-stage {
  max-width: var(--content-max-width);
}

.discovery-scenarios-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.discovery-scenarios-benefit-layer,
.discovery-scenarios-feature-layer {
  position: absolute;
  inset: 0;
}

.discovery-scenarios-benefit-phone {
  position: absolute;
  width: 320px;
  height: 648.355px;
  margin: 0;
  opacity: 1;
  filter: drop-shadow(-80px 0 50px rgb(0 0 0 / 20%));
  transform: translate3d(0, 0, 0);
  will-change: opacity, transform;
}

.discovery-scenarios-benefit-phone-left {
  top: 47.54px;
  left: 420px;
}

.discovery-scenarios-benefit-phone-right {
  top: 144.38px;
  left: 701px;
}

.discovery-scenarios-benefit-mockup {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.discovery-scenarios-feature-item {
  position: absolute;
  display: flex;
  width: 248px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin: 0;
  opacity: 0;
  filter: drop-shadow(0 40px 40px rgb(0 0 0 / 50%));
  transform: translate3d(0, var(--discovery-feature-enter-y), 0);
  will-change: opacity, transform;
}

.discovery-scenarios-2-section.is-in-view .discovery-scenarios-feature-item {
  animation: discovery-feature-enter var(--discovery-transition-duration) var(--discovery-transition-ease) forwards;
  animation-delay: var(--discovery-feature-delay, 0ms);
}

.discovery-scenarios-feature-item h3 {
  min-width: 100%;
  margin: 0;
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.2px;
}

.discovery-scenarios-feature-device {
  position: relative;
  display: block;
  width: 248px;
  height: 515.077px;
  border-radius: 32px;
  box-shadow: 80px 60px 120px rgb(34 34 34 / 20%);
}

.discovery-scenarios-feature-device img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  pointer-events: none;
}

.discovery-scenarios-feature-local-stock {
  --discovery-feature-delay: 0ms;
  top: 119.54px;
  left: 28px;
}

.discovery-scenarios-feature-rankings {
  --discovery-feature-delay: 50ms;
  top: 159.54px;
  left: 312px;
}

.discovery-scenarios-feature-selections {
  --discovery-feature-delay: 100ms;
  top: 119.54px;
  left: 596px;
}

.discovery-scenarios-feature-alibaba-guaranteed {
  --discovery-feature-delay: 150ms;
  top: 159.54px;
  left: 880px;
}

.discovery-scenarios-feature-top-deals {
  --discovery-feature-delay: 200ms;
  top: 119.54px;
  left: 1164px;
}

@keyframes discovery-feature-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--discovery-feature-enter-y), 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .discovery-scenarios-2-section.is-in-view .discovery-scenarios-feature-item {
    animation: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.case-section {
  display: flex;
  min-height: 1080px;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px 0;
  overflow: hidden;
  color: #222222;
}

.case-section-gcp {
  background: #f8f8f8;
}

.case-section-local {
  min-height: 1012px;
  background: #ffffff;
}

.case-section-local .case-content {
  min-height: 932px;
  gap: 26px;
}

.case-section-local .case-title-row {
  min-height: 156px;
}

.case-section-local .case-title-row h2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-section-local .case-title-row > p {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #999999;
}

.case-section-local .case-title-subtitle {
  width: 560px;
  color: #767676;
  font-size: 32px;
  line-height: 39px;
  white-space: normal;
}

.case-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  min-height: 1000px;
  flex: 1 1 0;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}

.case-title-row {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.case-title-row h2 {
  margin: 0;
  color: #222222;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.case-title-row h2 span {
  display: block;
}

.case-title-row h2 span:not(:first-child) {
  color: #666666;
}

.case-title-row p {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.gcp-stage {
  position: relative;
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}

.desktop-mockup {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 980px;
  height: 815px;
  transform: translateX(-50%);
}

.desktop-stand,
.desktop-stand-highlight,
.desktop-frame,
.desktop-screen,
.desktop-base {
  position: absolute;
}

.desktop-stand {
  top: 660.7px;
  left: 338.33px;
  width: 304.561px;
  height: 153.509px;
}

.desktop-stand-highlight {
  top: 660.7px;
  left: 381.25px;
  width: 216.69px;
  height: 25.789px;
}

.desktop-frame {
  top: 0;
  left: 0;
  width: 980px;
  height: 573.509px;
  background: #121e2a;
  border-radius: 17.193px 18.421px 0 0;
}

.desktop-screen {
  top: 39.3px;
  left: 33.16px;
  width: 914.912px;
  height: 501.053px;
  overflow: hidden;
}

.desktop-screen img {
  position: absolute;
  top: 0.05%;
  left: 0;
  display: block;
  width: 100%;
  height: 142.65%;
  max-width: none;
  object-fit: cover;
}

.desktop-base {
  top: 573.51px;
  left: 0;
  width: 980px;
  height: 95.789px;
  background: #c4c4c4;
  border-radius: 0 0 14.737px 15.965px;
}

.local-growth-stage {
  position: relative;
  width: 100%;
  flex: 1 1 0;
  height: 750px;
  min-height: 0;
}

.local-phone {
  --local-device-rotate: 0deg;
  --local-enter-x: 0px;
  --local-enter-y: 0px;
  --local-hover-scale: 1;
  --local-hover-y: 0px;

  position: absolute;
  width: 587.6px;
  height: 898.027px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform-origin: center;
  transform: translate3d(var(--local-enter-x), calc(var(--local-enter-y) + var(--local-hover-y)), 0) scale(var(--local-hover-scale));
  transition: opacity 0.5s ease, transform 0.5s obic-bezier(0.25, 1, 0.25, 1);
  will-change: opacity, transform;
}

.local-phone-left {
  --local-device-rotate: -15deg;
  --local-enter-x: 486.52px;
  --local-enter-y: 5.11px;

  top: 23.89px;
  left: 39.48px;
  z-index: 1;
}

.local-phone-center {
  --local-device-rotate: 0deg;

  width: 387px;
  height: 826.01px;
  top: 0;
  left: calc(50% - 194px);
  z-index: 3;
  opacity: 1;
}

.local-phone-right {
  --local-device-rotate: 15deg;
  --local-enter-x: -486.52px;
  --local-enter-y: -12.89px;

  top: 23.89px;
  left: 813.48px;
  z-index: 2;
}

.case-section-local.is-in-view .local-phone {
  opacity: 1;
  transform: translate3d(0, var(--local-hover-y), 0) scale(var(--local-hover-scale));
}

.local-phone:hover {
  --local-hover-scale: 1.05;
  --local-hover-y: -10px;
}

.case-section-local.is-in-view .local-phone-center {
  transition-delay: 0s;
}

.case-section-local.is-in-view .local-phone-left,
.case-section-local.is-in-view .local-phone-right {
  transition-delay: 0.18s;
}

.local-phone-stack {
  --local-stack-rotate: 0deg;

  display: flex;
  width: 387px;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  transform: rotate(var(--local-stack-rotate));
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  will-change: transform;
}

.case-section-local.is-in-view .local-phone-stack {
  --local-stack-rotate: var(--local-device-rotate);
}

.case-section-local.is-in-view .local-phone-left .local-phone-stack {
  animation: local-phone-rotate-left 0.62s ease-out both;
}

.case-section-local.is-in-view .local-phone-right .local-phone-stack {
  animation: local-phone-rotate-right 0.62s ease-out both;
}

.local-phone-title {
  width: 100%;
  margin: 0;
  color: #767676;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.2px;
}

.local-phone-image {
  display: block;
  width: 380px;
  height: 788.01px;
  flex: 0 0 auto;
  object-fit: cover;
  box-shadow: 80px 80px 120px rgb(107 127 153 / 20%);
}

@keyframes local-phone-rotate-left {
  0% {
    transform: rotate(0deg);
  }

  78% {
    transform: rotate(-17deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

@keyframes local-phone-rotate-right {
  0% {
    transform: rotate(0deg);
  }

  78% {
    transform: rotate(17deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

.gcp-module-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 40px;
  overflow: hidden;
  background: #222222;
  color: #ffffff;
}

.gcp-module-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  min-height: 998.092px;
  flex: 1 1 0;
  flex-direction: column;
  gap: 120px;
  align-items: center;
}

.gcp-module-title-row h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.gcp-module-title-row h2 span:not(:first-child) {
  color: #999999;
}

.gcp-module-title-row p {
  color: #666666;
}

.gcp-module-visual {
  position: relative;
  width: 100%;
  height: 761.092px;
  margin: 0;
  overflow: hidden;
}

.gcp-module-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-strategy-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px;
  overflow: hidden;
  background: #ffffff;
  color: #222222;
}

.local-strategy-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  min-height: 954.145px;
  flex: 1 1 0;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.local-strategy-title-row {
  min-height: 48px;
}

.local-strategy-title-row h2 {
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.local-strategy-title-row p {
  color: #666666;
}

.local-strategy-visual {
  position: relative;
  width: 100%;
  height: 856.145px;
  margin: 0;
  overflow: hidden;
}

.local-strategy-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-user-flow-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 40px 80px;
  overflow: hidden;
  background: #ffffff;
  color: #222222;
}

.local-user-flow-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  min-height: 738px;
  flex: 1 1 0;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.local-user-flow-heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.local-user-flow-heading h2 {
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.local-user-flow-heading p {
  margin: 0;
  color: #767676;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.local-user-flow-heading p span {
  display: block;
}

.local-user-flow-heading strong {
  color: #222222;
  font-weight: 600;
}

.local-user-flow-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 0 10px;
}

.local-flow-scenario {
  display: flex;
  margin: 0;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.local-flow-device {
  display: flex;
  width: 248px;
  height: 527px;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px;
  overflow: visible;
  background: #c9d2dd;
  border-radius: 32px;
  outline: 6px solid #ffffff;
  filter: drop-shadow(0 0 10px rgb(107 127 153 / 20%));
}

.local-flow-screen {
  position: relative;
  width: 240px;
  height: 519px;
  overflow: hidden;
  border-radius: 30px;
}

.local-flow-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-flow-scenario p {
  min-width: 100%;
  margin: 0;
  color: #767676;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.16px;
}

.end-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 980px;
  padding: 80px 40px 100px;
  overflow: hidden;
  background: #ffffff;
  color: #222222;
}

.end-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  height: 800px;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.end-photo-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.end-photo-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
  white-space: nowrap;
}

.end-photo-meta p {
  margin: 0;
}

.end-photo-meta p:first-child {
  color: #222222;
  font-weight: 600;
  line-height: normal;
}

.end-photo-meta p:last-child {
  color: #999999;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
}

.end-photo-strip {
  width: 100%;
  height: 284px;
  overflow: hidden;
}

.end-photo-track {
  display: flex;
  width: max-content;
  gap: 2px;
  align-items: flex-start;
  animation: end-photo-marquee 48s linear infinite;
  will-change: transform;
}

.end-photo-strip:hover .end-photo-track {
  animation-play-state: paused;
}

.end-photo-set {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  align-items: flex-start;
}

.end-photo-strip img {
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
}

.end-photo-01 {
  width: 180px;
  height: 133px;
}

.end-photo-02 {
  width: 120px;
  height: 90px;
}

.end-photo-03 {
  width: 115px;
  height: 178px;
}

.end-photo-04 {
  width: 150px;
  height: 96px;
}

.end-photo-05 {
  width: 160px;
  height: 120px;
}

.end-photo-06 {
  width: 110px;
  height: 146px;
}

.end-photo-07 {
  width: 147px;
  height: 111px;
}

.end-photo-08 {
  width: 120px;
  height: 130px;
  object-position: top center;
}

.end-photo-09 {
  width: 160px;
  height: 284px;
}

.end-photo-10 {
  width: 160px;
  height: 120px;
}

.end-photo-11 {
  width: 150px;
  height: 113px;
}

.end-photo-12 {
  width: 150px;
  height: 200px;
}

.end-photo-13 {
  width: 150px;
  height: 113px;
}

@keyframes end-photo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 1px), 0, 0);
  }
}

.end-statement-row {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.end-statement-row h2 {
  width: 954px;
  margin: 0;
  color: #222222;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.end-statement-row h2 span {
  display: block;
}

.end-statement-row p {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.design-system-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 1080px;
  padding: 80px 40px;
  background: #ffffff;
  color: #222222;
}

.design-system-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  flex: 1 0 0;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.design-system-copy {
  display: flex;
  min-width: 0;
  width: 100%;
  flex: 0 0 auto;
  align-items: stretch;
  justify-content: space-between;
}

.design-system-heading {
  display: flex;
  width: 747px;
  min-width: 0;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.design-system-title-lockup {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.design-system-heading h2 {
  width: 100%;
  margin: 0;
  color: #222222;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.design-system-title-lockup p {
  margin: 0;
  color: #767676;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
}

.design-system-title-lockup p span {
  display: block;
  white-space: nowrap;
}

.design-system-meta {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  color: #767676;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-align: right;
  white-space: nowrap;
}

.design-system-meta p {
  margin: 0;
  font-weight: 400;
}

.design-system-meta p:first-child {
  line-height: 32px;
}

.design-system-showcase {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.design-system-gallery {
  display: flex;
  min-width: 0;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  overflow: hidden;
}

.design-system-image {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.design-system-image-wide {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 710 / 394;
}

.design-system-image-grid {
  display: grid;
  min-width: 0;
  width: 100%;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 2px;
}

.design-system-image-grid .design-system-image {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 430.122 / 238.5;
}

.design-system-image-grid::before,
.design-system-image-grid::after {
  display: none;
}

.design-system-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-system-d2c-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 100px;
  background: #ffffff;
  color: #222222;
}

.design-system-d2c-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  flex: 1 0 0;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
}

.design-system-d2c-heading {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}

.design-system-d2c-heading h2 {
  width: 100%;
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.design-system-d2c-heading h2 span {
  display: block;
}

.design-system-d2c-showcase {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.design-system-d2c-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}

.design-system-d2c-meta p {
  margin: 0;
}

.design-system-d2c-meta p:first-child {
  color: #222222;
  font-weight: 600;
}

.design-system-d2c-meta p:last-child {
  color: #999999;
  font-weight: 400;
  text-align: right;
}

.design-system-d2c-flow {
  position: relative;
  width: 100%;
  height: 390px;
  margin: 0;
  overflow: hidden;
  background: #f4f4f4;
}

.design-system-d2c-flow img {
  position: absolute;
  top: -1.02%;
  left: 0;
  display: block;
  width: 100%;
  height: 102.04%;
  max-width: none;
  object-fit: cover;
}

.design-system-user-experience-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px;
  background: #ffffff;
  color: #222222;
}

.design-system-user-experience-content {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  flex: 1 0 0;
  align-items: flex-start;
  justify-content: center;
}

.user-experience-excel {
  position: relative;
  z-index: 2;
  width: 710px;
  height: 520px;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
}

.user-experience-excel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-experience-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-self: stretch;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 68px;
}

.user-experience-copy h2 {
  width: 100%;
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  white-space: normal;
}

.user-experience-copy h2 span {
  display: block;
}

.user-experience-copy p {
  margin: 0;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.design-system-font-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px;
  background: #ffffff;
  color: #222222;
}

.design-system-font-content {
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  flex: 1 0 0;
  align-items: flex-start;
  justify-content: center;
}

.font-copy {
  display: flex;
  min-width: 0;
  align-self: stretch;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 68px;
}

.font-heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 90px;
  align-items: flex-start;
}

.font-heading h2 {
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  white-space: nowrap;
}

.font-heading h2 span {
  display: block;
}

.font-heading p {
  width: 100%;
  margin: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.font-meta {
  margin: 0;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.font-visual-group {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  align-items: flex-start;
}

.font-side-note {
  display: flex;
  width: 17px;
  height: 508px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.font-side-note p {
  margin: 0;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  white-space: nowrap;
  transform: rotate(90deg);
}

.font-visual {
  position: relative;
  width: 720px;
  height: 860px;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f4f4f4;
}

.font-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
}

.design-system-award-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px;
  background: #ffffff;
  color: #222222;
}

.design-system-award-content {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  max-width: var(--content-max-width);
  flex: 1 0 0;
  align-items: flex-start;
  justify-content: center;
  background: #ffffff;
}

.design-system-award-image {
  position: relative;
  z-index: 2;
  width: 360px;
  height: 360px;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
}

.design-system-award-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-system-award-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-self: stretch;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 68px;
}

.design-system-award-heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.design-system-award-heading h2 {
  width: 100%;
  margin: 0;
  color: #999999;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.design-system-award-heading p {
  width: 100%;
  margin: 0;
  color: #222222;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}

.design-system-award-meta {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.design-system-award-meta p {
  margin: 0;
}

.design-system-award-meta p:last-child {
  color: #999999;
  text-align: right;
}

@keyframes title-pop {
  from {
    opacity: 1;
    transform: translateY(0.22em) scaleY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes card-enter {
  from {
    opacity: 0;
    --intro-y: 2.75rem;
    --intro-scale: 0.78;
  }

  to {
    opacity: 1;
    --intro-y: 0px;
    --intro-scale: 1;
  }
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .scroll-cue {
    white-space: nowrap;
  }
}

@media (max-width: 1360px) {
  .about-content {
    gap: 40px;
  }

  .homepage-version-stage {
    transform: scale(0.82);
    transform-origin: center;
  }

  .discovery-scenarios-stage {
    transform: scale(0.82);
    transform-origin: center;
  }

  .gcp-module-content,
  .local-strategy-content,
  .local-user-flow-content,
  .end-content {
    max-width: 100%;
  }

  .gcp-module-visual,
  .local-strategy-visual {
    height: auto;
  }

  .gcp-module-visual {
    aspect-ratio: 1440 / 761.092;
  }

  .local-strategy-visual {
    aspect-ratio: 1440 / 856.145;
  }

  .local-user-flow-list {
    gap: 36px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .local-user-flow-list::-webkit-scrollbar {
    display: none;
  }

  .desktop-mockup {
    transform: translateX(-50%) scale(0.86);
    transform-origin: top center;
  }

  .local-growth-stage {
    transform: scale(0.82);
    transform-origin: top center;
  }

  .design-system-content {
    gap: 40px;
  }

  .design-system-copy {
    width: 100%;
    flex-basis: auto;
  }

  .design-system-heading {
    width: min(715px, 100%);
  }
}

@media (min-width: 981px) and (max-height: 960px) {
  .discovery-scenarios-stage {
    transform: scale(0.82);
    transform-origin: top center;
  }
}

@media (min-width: 981px) and (max-height: 840px) {
  .discovery-scenarios-stage {
    transform: scale(0.72);
  }
}

@media (min-width: 981px) and (max-height: 740px) {
  .discovery-scenarios-stage {
    transform: scale(0.64);
  }
}

@media (max-width: 980px) {
  .project-title-row {
    align-items: flex-start;
    flex-direction: column;
    white-space: normal;
  }

  .project-title-row h2 {
    font-size: 36px;
  }

  .homepage-scroll-sticky {
    min-height: 860px;
    padding: 80px 40px 40px;
  }

  .homepage-scroll-showcase {
    height: 720px;
  }

  .homepage-version-stage {
    transform: scale(0.58);
    transform-origin: top center;
  }

  .discovery-scenarios-section {
    padding: 72px 40px;
  }

  .discovery-scenarios-scroll {
    height: 840px;
  }

  .discovery-scenarios-stage {
    transform: scale(0.58);
    transform-origin: top center;
  }

  .case-section {
    min-height: auto;
    padding-top: 72px;
  }

  .gcp-module-section,
  .local-strategy-section,
  .local-user-flow-section,
  .end-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .gcp-module-content {
    min-height: auto;
    gap: 64px;
  }

  .gcp-module-title-row h2,
  .local-strategy-title-row h2,
  .local-user-flow-heading h2 {
    font-size: 28px;
    white-space: normal;
  }

  .gcp-module-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .gcp-module-title-row p,
  .local-strategy-title-row p {
    padding: 0;
    text-align: left;
  }

  .local-strategy-content {
    min-height: auto;
  }

  .local-strategy-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .local-user-flow-content {
    min-height: auto;
  }

  .local-user-flow-heading p {
    font-size: 20px;
  }

  .end-content {
    min-height: 720px;
    gap: 120px;
  }

  .end-photo-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    white-space: normal;
  }

  .end-photo-meta p:last-child {
    text-align: left;
  }

  .end-photo-strip {
    overflow: hidden;
    scrollbar-width: none;
  }

  .end-photo-strip::-webkit-scrollbar {
    display: none;
  }

  .end-statement-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .end-statement-row h2 {
    width: 100%;
    font-size: 36px;
    white-space: normal;
  }

  .end-statement-row p {
    text-align: left;
  }

  .case-content {
    min-height: 900px;
    gap: 56px;
  }

  .case-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .case-title-row h2 {
    font-size: 36px;
    white-space: normal;
  }

  .case-title-row p {
    padding: 0;
    text-align: left;
  }

  .gcp-stage {
    min-height: 700px;
  }

  .desktop-mockup {
    top: 0;
    transform: translateX(-50%) scale(0.66);
  }

  .local-growth-stage {
    min-height: 720px;
    transform: scale(0.52);
    transform-origin: top left;
  }

  .design-system-section {
    min-height: auto;
    padding-top: 72px;
  }

  .design-system-content {
    height: auto;
    gap: 80px;
  }

  .design-system-copy {
    width: 100%;
    flex: none;
    flex-direction: column;
    gap: 28px;
  }

  .design-system-heading h2 {
    font-size: 36px;
  }

  .design-system-heading p {
    font-size: 22px;
  }

  .design-system-meta {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .design-system-gallery {
    width: 100%;
    flex: none;
    align-self: flex-end;
  }

  .design-system-d2c-section,
  .design-system-user-experience-section,
  .design-system-font-section,
  .design-system-award-section {
    padding: 72px 40px;
  }

  .design-system-d2c-content {
    min-height: auto;
    gap: 72px;
  }

  .design-system-d2c-heading h2 {
    font-size: 28px;
  }

  .design-system-d2c-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    white-space: normal;
  }

  .design-system-d2c-meta p:last-child {
    text-align: left;
  }

  .design-system-d2c-flow {
    height: auto;
    aspect-ratio: 4096 / 1118;
  }

  .design-system-user-experience-content {
    flex-direction: column;
    gap: 48px;
  }

  .user-experience-excel {
    width: min(710px, calc(100vw - 80px));
    height: auto;
    aspect-ratio: 710 / 520;
  }

  .user-experience-copy {
    width: 100%;
    align-self: auto;
    gap: 48px;
    padding-left: 0;
  }

  .user-experience-copy h2 {
    font-size: 28px;
    line-height: 36px;
    white-space: normal;
  }

  .user-experience-copy p {
    white-space: normal;
  }

  .design-system-font-content {
    flex-direction: column;
    gap: 48px;
  }

  .font-copy {
    width: 100%;
    align-self: auto;
    gap: 48px;
    padding-right: 0;
  }

  .font-heading {
    gap: 32px;
  }

  .font-heading h2 {
    font-size: 28px;
    line-height: 36px;
    white-space: normal;
  }

  .font-meta {
    white-space: normal;
  }

  .font-visual-group {
    width: 100%;
  }

  .font-visual {
    width: min(720px, calc(100vw - 97px));
    height: auto;
    aspect-ratio: 720 / 860;
  }

  .design-system-award-content {
    flex-direction: column;
    gap: 48px;
  }

  .design-system-award-image {
    width: min(360px, calc(100vw - 80px));
    height: auto;
    aspect-ratio: 1;
  }

  .design-system-award-copy {
    width: 100%;
    align-self: auto;
    gap: 48px;
    padding-left: 0;
  }

  .design-system-award-heading h2 {
    font-size: 28px;
  }

  .design-system-award-heading p {
    font-size: 24px;
  }

  .design-system-award-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    white-space: normal;
  }

  .design-system-award-meta p:last-child {
    text-align: left;
  }
}
