:root {
  --lime: #e1fc00;
  --muted-lime: #a7b90d;
  --black: #000;
  --white: #fff;
  --page-pad: max(24px, calc((100vw - 1340px) / 2));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Satoshi", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
}

body.is-preloading { overflow: hidden; }
.site-preloader { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; overflow: hidden; background: var(--lime); color: #050505; opacity: 1; visibility: visible; transition: opacity .55s cubic-bezier(.22,.72,.18,1), visibility .55s step-end; }
.site-preloader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.site-preloader-count { width: 100%; margin: 0; text-align: center; font-size: clamp(120px, 16.67vw, 240px); line-height: .9; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.site-preloader-light { font-weight: 300; }
.site-preloader-count strong { font-weight: 900; }

html[lang="zh-CN"] body {
  font-family: "PingFang SC", "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 300;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] strong,
html[lang="zh-CN"] .hero-role,
html[lang="zh-CN"] .text-link,
html[lang="zh-CN"] .language-toggle,
html[lang="zh-CN"] .contact-row a,
html[lang="zh-CN"] .back-top,
html[lang="zh-CN"] .expertise-main-title {
  font-family: "PingFang SC", "PingFangSC-Semibold", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 600;
}

html[lang="zh-CN"] .hero-role { font-weight: 600; }
html[lang="zh-CN"] .hero-role strong { font-weight: 600; }

html[lang="zh-CN"] .nav-links,
html[lang="zh-CN"] .nav-note,
html[lang="zh-CN"] .eyebrow,
html[lang="zh-CN"] .body-copy,
html[lang="zh-CN"] .hero-aside,
html[lang="zh-CN"] .slogan-content p,
html[lang="zh-CN"] .profile-content p,
html[lang="zh-CN"] .footer-prompt,
html[lang="zh-CN"] .contact-row,
html[lang="zh-CN"] .expertise-item span {
  font-family: "PingFang SC", "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 300;
}

html[lang="zh-CN"] .profile-content h2 {
  font-size: 80px;
  white-space: nowrap;
}

html[lang="zh-CN"] .hero h1 {
  font-family: "Satoshi", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-weight: 900;
}

a { color: inherit; text-decoration: none; }
.arrow-icon { display: block; flex: 0 0 24px; width: 24px; height: 24px; margin-left: 4px; background-color: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.arrow-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h13M11 5l5 5-5 5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h13M11 5l5 5-5 5'/%3E%3C/svg%3E"); }
.arrow-down { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3v11M6 10l4 4 4-4M5 17h10'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3v11M6 10l4 4 4-4M5 17h10'/%3E%3C/svg%3E"); }
.arrow-up { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9l5-5 5 5M5 16l5-5 5 5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9l5-5 5 5M5 16l5-5 5 5'/%3E%3C/svg%3E"); }
.arrow-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M3 10h13M11 5l5 5-5 5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M3 10h13M11 5l5 5-5 5'/%3E%3C/svg%3E"); }
.arrow-down { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M10 3v11M6 10l4 4 4-4M5 17h10'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M10 3v11M6 10l4 4 4-4M5 17h10'/%3E%3C/svg%3E"); }
.arrow-up { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M5 9l5-5 5 5M5 16l5-5 5 5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M5 9l5-5 5 5M5 16l5-5 5 5'/%3E%3C/svg%3E"); }

.site-shell {
  position: relative;
  isolation: isolate;
  width: min(100%, 1920px);
  margin: 0 auto;
  overflow: clip;
  background: var(--black);
}

.home-universe {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100vw;
  height: 100svh;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
  background:
    radial-gradient(ellipse at 18% 24%, rgba(255,255,255,.026), transparent 38%),
    radial-gradient(ellipse at 82% 72%, rgba(225,252,0,.018), transparent 42%);
}
.home-universe.is-active { opacity: 1; }

.site-shell > .screen { z-index: 1; background: transparent; }
.site-shell > .footer { background: #e1fc00; color: #000; }

.home-story-glow {
  --glow-x: 50vw;
  --glow-y: 50svh;
  --glow-scale: 1;
  --glow-opacity: 0;
  position: fixed;
  z-index: 0;
  left: var(--glow-x);
  top: var(--glow-y);
  width: min(74vw, 1040px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: var(--glow-opacity);
  transform: translate3d(-50%, -50%, 0) scale(var(--glow-scale));
  transform-origin: 50% 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,244,.34) 0%, rgba(249,255,211,.18) 5%, rgba(249,255,211,0) 15%),
    radial-gradient(circle at 50% 50%, rgba(225,252,0,.23) 0%, rgba(225,252,0,.13) 13%, rgba(225,252,0,.055) 32%, rgba(225,252,0,.018) 49%, transparent 70%),
    radial-gradient(ellipse at 50% 55%, rgba(167,185,13,.16) 0%, rgba(167,185,13,.035) 37%, transparent 67%);
  filter: blur(22px);
}

.screen {
  position: relative;
  width: 100%;
  min-height: 100svh;
  height: max(720px, 100svh);
  overflow: hidden;
  background: var(--black);
}

.story-screen {
  z-index: 1;
  background: transparent;
}

.hero.story-screen,
.slogan.story-screen {
  height: 160svh;
  min-height: 1040px;
  overflow: visible;
}
.hero.story-screen {
  height: 160svh;
  min-height: 1040px;
}
.slogan.story-screen {
  height: 160svh;
  min-height: 1040px;
}
.slogan-one.story-screen,
.slogan-two.story-screen { margin-top: -100svh; }

.story-screen > :not(.navbar),
.story-screen:not(.is-active) > :not(.navbar) {
  opacity: 1;
  transition: none;
}

.screen > :not(.navbar) {
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}

.screen:not(.is-active) > :not(.navbar) {
  opacity: .42;
  transform: translateY(26px);
}

.navbar {
  height: 70px;
  border-bottom: 1px solid rgba(225,252,0,.65);
}

.global-navbar {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 1920px);
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(0,0,0,.42);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.global-navbar.is-scrolled { background: rgba(0,0,0,.72); box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.brand { position: absolute; left: var(--page-pad); top: 50%; width: 56px; aspect-ratio: 212 / 136; transform: translateY(-50%); display: block; }
.brand img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.brand img.brand-symbol { inset: auto; left: 68.4%; top: 50.7%; width: 31.6%; height: 49.3%; transform-origin: 50% 50%; will-change: transform; }
.nav-note { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; font-size: 18px; line-height: 18px; white-space: nowrap; }
.nav-note strong { color: var(--lime); font-weight: 900; }
.nav-links { position: absolute; right: var(--page-pad); top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: clamp(24px, 3.89vw, 56px); font-size: 18px; line-height: 1; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--lime); }
.nav-links a.is-current { color: var(--lime); }
.language-toggle { display: inline-flex; align-items: center; gap: .32em; padding: 0; border: 0; background: transparent; color: #464646; font-family: "Satoshi", "Avenir Next", Avenir, Helvetica, Arial, sans-serif; font-size: inherit; font-weight: 400; line-height: 1; cursor: pointer; transition: opacity .2s ease; }
html[lang="zh-CN"] .language-toggle { font-family: "Satoshi", "Avenir Next", Avenir, Helvetica, Arial, sans-serif; font-weight: 400; }
.language-toggle .lang-en,.language-toggle .lang-divider { font-family: "Satoshi", "Avenir Next", Avenir, Helvetica, Arial, sans-serif; font-weight: 400; }
.language-toggle .lang-cn { font-family: "PingFang SC", "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; font-size: calc(1em - 1px); font-weight: 300; }
.language-toggle[data-language="en"] .lang-en,
.language-toggle[data-language="zh"] .lang-cn { color: var(--lime); }
.language-toggle[data-language="en"] .lang-cn,
.language-toggle[data-language="zh"] .lang-en { color: #464646; }
.language-toggle .lang-divider { color: #464646; }
.language-toggle:hover, .language-toggle:focus-visible { opacity: .72; }

.hero-content { position: sticky; inset: auto; top: 0; width: 100%; height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: var(--hero-opacity, 1) !important; transform: translate3d(0, 0, 0) scale(var(--hero-scale, .9)) !important; transform-origin: 50% 50%; text-align: center; will-change: transform, opacity; backface-visibility: hidden; -webkit-font-smoothing: antialiased; contain: layout; }
.home-cursor-lines { position: fixed; z-index: 45; inset: 0; width: 100vw; height: 100svh; pointer-events: none; opacity: 0; transition: opacity .22s ease; mix-blend-mode: screen; }
.home-cursor-lines.is-visible { opacity: 1; }
.hero-content { z-index: 1; }
.hero:not(.is-active) .hero-content { transform: translate3d(0, 0, 0) scale(var(--hero-scale, 1)) !important; }
.hero-mark { position: absolute; width: clamp(330px, 33vw, 475px); aspect-ratio: 1; object-fit: contain; left: 50%; top: 0; transform: translateX(-50%) rotate(-23deg); opacity: 1; }
.hero h1 { position: relative; z-index: 1; width: 100%; margin: 0; font-size: clamp(132px, 15.28vw, 220px); line-height: .86; font-weight: 900; letter-spacing: -.035em; transform: translateZ(0); backface-visibility: hidden; }
.hero h1 span { display: block; will-change: opacity, transform; }
.hero h1 span:first-child { opacity: var(--stella-opacity, 1); transform: translate3d(0, var(--stella-y, 0), 0) scale(var(--stella-scale, 1)); transform-origin: 50% 72%; }
.hero h1 span:nth-child(2) { opacity: var(--hero-other-opacity, 1); }
.hero-subtitle { position: relative; width: 100%; }
.hero-role { position: relative; width: 100%; margin: clamp(27px, 3.3vh, 42px) 0 0; padding: 0 var(--page-pad); opacity: var(--hero-other-opacity, 1); font-size: clamp(24px, 2.22vw, 32px); line-height: 1.44; font-weight: 900; letter-spacing: .02em; will-change: opacity; }
.hero-aside { position: relative; width: 100%; margin: 0; opacity: var(--hero-other-opacity, 1); font-size: clamp(20px, 1.67vw, 24px); line-height: 1.9; will-change: opacity; }
.hero h1 span,
.hero-subtitle p { color: transparent; background-image: linear-gradient(var(--lime), var(--lime)), linear-gradient(#fff, #fff); background-position: center, center; background-size: 0% 100%, 100% 100%; background-repeat: no-repeat; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; transition: background-size .58s cubic-bezier(.22,.72,.18,1); }
.hero h1:hover span,
.hero-subtitle:hover p { background-size: 100% 100%, 100% 100%; }

.slogan-content { position: sticky; top: 0; width: 100%; height: 100svh; padding: 0 var(--page-pad); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: var(--slogan-opacity, 0) !important; transform: translate3d(0, var(--slogan-y, 22px), 0) !important; text-align: center; pointer-events: none; }
.slogan:not(.is-active) .slogan-content { transform: translate3d(0, var(--slogan-y, 22px), 0) !important; }
.slogan-content span { color: var(--lime); font-size: clamp(24px, 2.22vw, 32px); }
.slogan-content h2, .slogan-content p { margin: 30px 0 0; font-size: clamp(48px, 5.56vw, 80px); line-height: 1.4; letter-spacing: .02em; }
.slogan-content h2 { font-weight: 900; }
.slogan-content p { margin-top: -1px; color: var(--lime); font-weight: 400; }
.slogan-content h2,
.slogan-content p { min-height: 1.4em; opacity: var(--line-opacity, 0); transform: translate3d(0, var(--line-y, 42px), 0); will-change: opacity, transform; }
.slogan-content [data-typing="true"]::after {
  content: "";
  display: inline-block;
  width: .045em;
  height: .82em;
  margin-left: .08em;
  background: currentColor;
  vertical-align: -.03em;
  animation: story-caret .7s steps(1, jump-end) infinite;
}
@keyframes story-caret { 50% { opacity: 0; } }

.split-grid {
  position: absolute;
  left: var(--page-pad);
  right: var(--page-pad);
  top: 50%;
  height: min(699px, calc(100svh - 140px));
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: minmax(360px, 39.6%) minmax(520px, 56%);
  gap: clamp(28px, 4.1vw, 60px);
  justify-content: space-between;
  align-items: center;
}

.split-section:not(.is-active) .split-grid {
  transform: translateY(calc(-50% + 26px));
}

#about .split-grid,
#about:not(.is-active) .split-grid {
  opacity: var(--industry-reveal, 0) !important;
  transform: translate3d(0, calc(-50% + var(--industry-y, 28px)), 0) !important;
}

.section-copy { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { margin: 0 0 24px; color: var(--lime); font-size: clamp(19px, 1.67vw, 24px); line-height: 1.2; letter-spacing: .02em; }
.section-copy h2 { margin: 0; font-size: clamp(52px, 5vw, 72px); line-height: 1.2; letter-spacing: .02em; font-weight: 900; }
.body-copy { margin: 0 0 clamp(28px, 8.9vh, 80px); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.8; letter-spacing: .02em; }
.body-copy strong { font-weight: 800; }
.industry-visual { position: relative; top: -20px; width: 100%; aspect-ratio: 750 / 600; max-height: 70vh; overflow: hidden; background: transparent; }
.industry-canvas { display: block; width: 100%; height: 100%; contain: strict; opacity: var(--industry-visual-reveal, 0); transform: translate3d(0, var(--industry-visual-y, 24px), 0) scale(var(--industry-visual-scale, .86)); transform-origin: 50% 50%; }
#about.split-section.is-active .industry-canvas { animation: none; }
@keyframes industry-galaxy-burst {
  0% { opacity: 0; transform: translate3d(0, 24px, 0) scale(.02); }
  18% { opacity: .35; }
  58% { opacity: 1; transform: translate3d(0, -5px, 0) scale(1.08); }
  78% { opacity: 1; transform: translate3d(0, 2px, 0) scale(.975); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
.expertise-motion { position: relative; width: 100%; height: min(77vh, 695px); overflow: hidden; background: transparent; }
.expertise-stage { position: absolute; inset: 0 150px 0 0; overflow: hidden; }
.expertise-main-title { position: absolute; top: 4%; left: 25%; z-index: 2; margin: 0; font-size: clamp(25px, 2.22vw, 32px); line-height: 1.2; font-weight: 900; letter-spacing: .02em; }
.expertise-main-icon { position: absolute; top: 20%; left: 25%; width: min(30vw, 250px); height: min(30vw, 250px); object-fit: contain; transition: opacity .34s ease, transform .58s cubic-bezier(.2,.75,.25,1); }
.expertise-main-icon.is-changing { opacity: 0; transform: translateY(34px) scale(.94); }
.expertise-line { position: absolute; left: 25%; bottom: 8%; width: 2px; height: 26%; background: rgba(255,255,255,.72); }
.expertise-line::after { content: ""; position: absolute; left: 0; bottom: 0; width: 18px; height: 2px; background: rgba(255,255,255,.72); transform: rotate(-52deg); transform-origin: left center; }
.expertise-rail { position: absolute; top: 0; right: 0; bottom: 0; width: 138px; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent); }
.expertise-track { display: flex; flex-direction: column; transition: transform .85s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.expertise-item { height: 180px; flex: 0 0 180px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 5px; opacity: .42; transition: opacity .45s ease, transform .45s ease; }
.expertise-item.is-current { opacity: 1; }
.expertise-item img { width: 82px; height: 82px; object-fit: contain; transform-origin: left center; transition: transform .45s ease; }
.expertise-item.is-current img { transform: scale(1.06); }
.expertise-item span { width: 100%; font-size: 13px; line-height: 1.18; text-align: left; letter-spacing: .02em; }

.site-shell > .screen.featured { z-index: 46; }
.featured .split-grid { z-index: 46; align-items: end; }
.project-details { padding-bottom: clamp(18px, 4.4vh, 40px); }
.project-tags { margin: 0 0 16px; font-size: clamp(15px, 1.25vw, 18px); }
.project-details h3 { margin: 0 0 32px; color: var(--lime); font-size: clamp(36px, 3.33vw, 48px); line-height: 1; font-weight: 400; }
.project-details .body-copy { margin: 0 0 30px; color: #ddd; }
.text-link { display: inline-flex; align-items: center; gap: 4px; color: var(--lime); font-size: clamp(16px, 1.25vw, 18px); font-weight: 900; }
.text-link span { font-size: 21px; }
.project-visual { position: relative; z-index: 60; isolation: isolate; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; padding-bottom: clamp(18px, 4.4vh, 40px); gap: clamp(22px, 3.9vh, 35px); }
.project-cover-link { display: block; width: 100%; max-height: 67vh; aspect-ratio: 750 / 604; overflow: hidden; border-radius: clamp(12px, 1.39vw, 20px); }
.project-cover-link img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-cover-link:hover img, .project-cover-link:focus-visible img { transform: scale(1.018); }
.progress { height: 2px; display: flex; gap: 12px; }
.progress b, .progress i { display: block; width: 33px; height: 2px; background: #fff; }
.progress b { width: 112px; background: var(--lime); }

/* Selected works page */
.works-page { background: #000; }
.works-shell { width: min(100%, 1920px); margin: 0 auto; overflow: hidden; background: #000; }
.works-content { position: relative; width: 100%; height: 1089px; overflow: hidden; background: #000; }
.works-content-canvas { position: relative; width: min(100%, 1440px); height: 1089px; margin: 0 auto; background: #000; }
.works-card { position: absolute; left: 50px; top: 150px; width: 1342px; height: 750px; display: flex; align-items: center; justify-content: space-between; padding: 40px; overflow: hidden; border: 1px solid #282828; border-radius: 20px; background: #0a0a0a; }
.works-card-copy { width: 487px; height: 619px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.works-card-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.works-card-tags { height: 24px; margin: 0; color: #b8b8b5; font-size: 20px; line-height: 1.2; letter-spacing: .4px; white-space: nowrap; }
.works-card-heading h1 { margin: 0; color: #fff; font-size: 72px; line-height: 1.2; letter-spacing: 1.44px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.works-card-description { width: 471px; padding: 10px 0 40px; }
.works-card-description > p { width: 471px; margin: 0 0 40px; color: #fff; font-size: 18px; line-height: 1.8; letter-spacing: .36px; }
.works-card-link { gap: 4px; font-size: 18px; line-height: 18px; letter-spacing: .36px; white-space: nowrap; }
.works-card-link .arrow-icon { width: 20px; height: 20px; flex-basis: 20px; margin-left: 0; }
.works-card-media { display: block; width: 750px; height: 604px; overflow: hidden; border-radius: 20px; background: #6f01ff; }
.works-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.works-footer { scroll-snap-align: none; }

@media (max-width: 1439px) {
  .works-content { height: calc(100vw * .75625); }
  .works-content-canvas { width: 1440px; height: 1089px; margin: 0; transform-origin: left top; }
}

.profile-content { position: absolute; top: 50%; left: var(--page-pad); right: var(--page-pad); transform: translateY(-50%); text-align: center; }
.profile:not(.is-active) .profile-content { transform: translateY(calc(-50% + 26px)); }
.profile-content h2 { margin: 0 0 24px; font-size: clamp(56px, 5.56vw, 80px); line-height: 1.2; letter-spacing: .02em; font-weight: 900; }
.profile-content p { margin: 0 0 48px; font-size: clamp(19px, 1.67vw, 24px); line-height: 1.7; letter-spacing: .02em; }
.profile-content h2,
.profile-content p { color: transparent; background-image: linear-gradient(var(--lime), var(--lime)), linear-gradient(#fff, #fff); background-position: center, center; background-size: 0% 100%, 100% 100%; background-repeat: no-repeat; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; transition: background-size .58s cubic-bezier(.22,.72,.18,1); }
.profile-content:has(.profile-link:hover) h2,
.profile-content:has(.profile-link:hover) p,
.profile-content:has(.profile-link:focus-visible) h2,
.profile-content:has(.profile-link:focus-visible) p { background-size: 100% 100%, 100% 100%; }
.profile-link { color: #fff; }
.profile-link-label { position: relative; display: inline-block; color: #fff; }
.profile-link-label::after { content: attr(data-text); position: absolute; inset: 0; color: var(--lime); clip-path: inset(0 50% 0 50%); transition: clip-path .48s cubic-bezier(.22,.72,.18,1); white-space: nowrap; }
.profile-link .arrow-icon { transition: color .3s ease; }
.profile-link:hover .profile-link-label::after,
.profile-link:focus-visible .profile-link-label::after { clip-path: inset(0 0 0 0); }
.profile-link:hover .arrow-icon,
.profile-link:focus-visible .arrow-icon { color: var(--lime); }

.footer { height: calc(100svh - 70px); min-height: calc(100svh - 70px); background: var(--lime); color: #000; padding: clamp(56px, 7vh, 72px) var(--page-pad) 0; }
.footer h2 { margin: 0; font-size: clamp(72px, 6.94vw, 100px); line-height: 1.14; letter-spacing: .02em; font-weight: 900; }
.footer h2 span { color: var(--muted-lime); }
.footer-bottom { position: absolute; left: var(--page-pad); right: var(--page-pad); bottom: 95px; }
.footer-prompt { margin: 0 0 34px; font-size: clamp(30px, 2.78vw, 40px); font-weight: 300; letter-spacing: .02em; }
.contact-row { display: flex; align-items: center; gap: clamp(16px, 1.95vw, 28px); font-size: clamp(16px, 1.39vw, 20px); }
.contact-row p { margin: 0; }
.contact-row i { flex: 0 0 1px; width: 1px; height: 29px; background: #657000; }
.contact-row a { display: inline-flex; align-items: center; font-weight: 700; }
.contact-row small { margin-left: auto; color: var(--muted-lime); font-size: clamp(16px, 1.39vw, 20px); }
.back-top { position: absolute; left: 0; right: 0; bottom: 0; height: 67px; border-top: 1px solid #637000; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 900; }

@media (max-width: 1024px) {
  .nav-note { display: none; }
  .split-grid { grid-template-columns: minmax(310px, 42%) minmax(440px, 54%); gap: 28px; }
  .section-copy h2 { font-size: clamp(46px, 6vw, 62px); }
  .body-copy { line-height: 1.65; }
  .contact-row { flex-wrap: wrap; }
  .contact-row small { width: 100%; margin: 4px 0 0; }
}

@media (max-width: 820px) {
  .home-cursor-lines { display: none; }
  .global-navbar, .navbar { height: 62px; }
  .brand { left: 20px; top: 50%; width: 48px; transform: translateY(-50%); }
  .nav-links { right: 20px; top: 50%; transform: translateY(-50%); gap: 22px; font-size: 15px; }
  .screen { height: auto; min-height: 100svh; overflow: hidden; }
  .hero { height: 100svh; min-height: 620px; }
  .hero-content { inset: 0; height: auto; transform: none; }
  .hero:not(.is-active) .hero-content { transform: translateY(26px); }
  .hero-mark { width: min(80vw, 390px); top: 18%; }
  .hero h1 { padding: 0 18px; font-size: clamp(99px, 25.5vw, 168px); line-height: 1; letter-spacing: -.055em; }
  .hero-role { margin-top: clamp(30px, 4.5vh, 45px); font-size: clamp(18px, 4vw, 26px); }
  .hero-aside { font-size: clamp(17px, 3.7vw, 22px); }
  .slogan { height: 100svh; min-height: 600px; }
  .slogan-content { top: calc(50% - 62px); }
  .slogan-content h2, .slogan-content p { font-size: clamp(38px, 8.2vw, 60px); line-height: 1.25; }
  .split-section { padding: 110px 24px 72px; }
  .split-grid { position: static; height: auto; transform: none; display: flex; flex-direction: column; gap: 44px; align-items: stretch; }
  .split-section:not(.is-active) .split-grid { transform: translateY(26px); }
  .section-copy { height: auto; gap: 56px; }
  .section-copy h2 { font-size: clamp(46px, 10vw, 68px); }
  .body-copy { margin: 0; font-size: 17px; }
  .industry-visual { width: 100%; max-height: none; }
  .expertise-motion { height: min(150vw, 620px); min-height: 470px; }
  .expertise-stage { right: 112px; }
  .expertise-rail { width: 104px; }
  .expertise-item { height: 224px; flex-basis: 224px; }
  .expertise-item img { width: 68px; height: 68px; }
  .expertise-item span { font-size: 11px; }
  .expertise-main-icon { top: 24%; left: 7%; width: min(58vw, 250px); height: min(58vw, 250px); }
  .expertise-main-title, .expertise-line { left: 7%; }
  .featured .split-grid { align-items: stretch; }
  .project-details { padding: 0; }
  .project-visual { height: auto; padding: 0; }
  .project-cover-link { max-height: none; }
  .profile { height: 100svh; min-height: 650px; }
  .profile-content h2 { font-size: clamp(48px, 11vw, 70px); }
  .profile-content p br { display: none; }
  .footer { height: auto; min-height: calc(100svh - 62px); padding: 96px 24px 100px; }
  .footer h2 { font-size: clamp(58px, 14vw, 88px); }
  .footer-bottom { position: static; margin-top: clamp(90px, 18vh, 150px); }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .contact-row i { display: none; }
  .contact-row small { width: auto; margin-top: 14px; }
}

@media (min-width: 821px) and (max-height: 760px) {
  .split-grid { height: calc(100svh - 120px); }
  .eyebrow { margin-bottom: 14px; font-size: 18px; }
  .section-copy h2 { font-size: clamp(42px, 4.5vw, 62px); }
  .body-copy { margin-bottom: 20px; font-size: 15px; line-height: 1.55; }
  .project-details { padding-bottom: 12px; }
  .project-details h3 { margin-bottom: 18px; }
  .project-details .body-copy { margin-bottom: 18px; }
  .project-visual { padding-bottom: 12px; gap: 16px; }
  .project-cover-link { max-height: calc(100svh - 190px); }
}

@media (max-width: 520px) {
  .nav-links a:nth-child(2) { display: none; }
  .nav-links { gap: 18px; }
  .hero-mark { top: 20%; }
  .hero h1 { font-size: clamp(87px, 28.5vw, 135px); }
  .hero-role { line-height: 1.25; }
  .hero-aside { padding: 0 24px; line-height: 1.35; }
  .slogan-content { left: 20px; right: 20px; }
  .slogan-content h2, .slogan-content p { font-size: clamp(34px, 10.5vw, 50px); }
  .section-copy h2 { font-size: clamp(42px, 13vw, 62px); }
  .project-details h3 { font-size: 38px; }
  .profile-content { left: 20px; right: 20px; }
  .profile-content h2 { font-size: clamp(44px, 13vw, 62px); }
  html[lang="zh-CN"] .profile-content h2 { font-size: clamp(28px, 8.5vw, 38px); }
  .profile-content p { font-size: 18px; }
  .footer h2 { font-size: clamp(50px, 15vw, 72px); }
  .footer-prompt { font-size: 28px; }
}

@media (max-width: 820px) {
  .hero.story-screen,
  .slogan.story-screen {
    height: 180svh;
    min-height: 1150px;
    overflow: visible;
  }
  .slogan.story-screen {
    height: 220svh;
    min-height: 1450px;
  }
  .hero.story-screen {
    height: 220svh;
    min-height: 1450px;
  }
  .hero.story-screen .hero-content {
    position: sticky;
    inset: auto;
    top: 0;
    width: 100%;
    height: 100svh;
  }
  .slogan.story-screen .slogan-content {
    position: sticky;
    inset: auto;
    left: auto;
    top: 0;
    width: 100%;
    height: 100svh;
    transform: translate3d(0, var(--slogan-y, 22px), 0) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-preloader { transition-duration: .01ms; }
  .home-cursor-lines { display: none; }
  html { scroll-behavior: auto; }
  .screen > :not(.navbar) { transition: none; }
  .home-story-glow { display: none; }
  .hero-content,
  .slogan-content,
  .slogan-content h2,
  .slogan-content p,
  #about .split-grid,
  .industry-canvas { opacity: 1 !important; transform: none !important; }
  .slogan-content [data-typing="true"]::after { display: none; }
  .hero.story-screen,
  .slogan.story-screen { height: 100svh; min-height: 620px; overflow: hidden; }
  .slogan-one.story-screen,
  .slogan-two.story-screen { margin-top: 0; }
}
