/* ============================================================
   二弦 · Two Strings — Kinetic Grotesk × Digital Atelier
   Gallery off-white · ink black · electric lime
   ============================================================ */

:root {
  --paper: #f2efe8;
  --paper-2: #ebe7dd;
  --paper-3: #e2ddd1;
  --ink: #0e0e0c;
  --ink-2: #1a1a17;
  --ink-mute: #5c5a52;
  --ink-soft: #8a877d;
  --line: rgba(14, 14, 12, 0.14);
  --line-strong: rgba(14, 14, 12, 0.32);

  --lime: #c8f542;
  --lime-deep: #9fd420;
  --lime-ink: #0e0e0c;
  --accent: #f26b3a;          /* Lime Signature · signature orange */
  --accent-deep: #c64a1e;     /* tension gradient shoulder */

  --font-display: "Archivo Black", "Noto Sans SC", system-ui, sans-serif;
  --font-sans: "Space Grotesk", "Noto Sans SC", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --font-cn: "Noto Sans SC", "Space Grotesk", sans-serif;
  --font-jp: "Noto Sans JP", "Space Grotesk", sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --radius: 0px;
  --radius-sm: 4px;

  --nav-h: 76px;
  --maxw: 1360px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--lime); color: var(--ink); }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
em { font-style: normal; }

.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 999;
  background: var(--ink); color: var(--lime); padding: 10px 16px;
  font-family: var(--font-mono); font-size: 13px; transition: top .2s;
}
.skip-link:focus { top: 16px; }

/* ---------- grain & canvas ---------- */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.string-canvas {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
}

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: transparent; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--lime-deep), var(--lime));
  transform-origin: left;
}

/* ---------- language toggle ---------- */
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle {
  display: inline-flex; align-items: center;
  padding: 4px; gap: 2px;
  border: 1px solid var(--line-strong);
  border-radius: 999px; background: var(--paper-2);
}
.lang-option {
  cursor: pointer; padding: 5px 12px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  color: var(--ink-mute); background: transparent; border: none;
  transition: color .25s, background .25s, transform .2s var(--ease-spring);
  letter-spacing: .02em;
}
.lang-option:hover { color: var(--ink); }
.lang-option.is-active {
  color: var(--ink); background: var(--lime);
  box-shadow: 0 2px 8px -2px rgba(159,212,32,.5);
}
.lang-option:active { transform: scale(.94); }

/* ---------- CJK typography ---------- */
html[lang="zh"] { font-family: var(--font-cn); }
html[lang="ja"] { font-family: var(--font-jp); }

html[lang="zh"] body,
html[lang="ja"] body {
  font-feature-settings: "palt" 1;
  text-spacing: trim-start allow-end;
}

html[lang="zh"] .hero-title,
html[lang="zh"] .section-title,
html[lang="zh"] .work-title,
html[lang="zh"] .contact-title,
html[lang="zh"] .tl-item h3,
html[lang="zh"] .craft-card h3 {
  font-family: var(--font-cn);
  font-weight: 900;
  letter-spacing: 0;
}
html[lang="zh"] .hero-title { line-height: 1.1; font-size: clamp(3rem, 8vw, 6.5rem); }
html[lang="zh"] .section-title { line-height: 1.2; }
html[lang="zh"] .section-title--big { line-height: 1.15; }
html[lang="zh"] .contact-title {
  line-height: 1.28;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
html[lang="zh"] .contact-title > span,
html[lang="zh"] .contact-title > em {
  font-family: var(--font-cn);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
html[lang="zh"] .contact-title > em {
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
html[lang="zh"] .contact-title .title-lime {
  padding: 0.06em 0.2em 0.1em;
  line-height: 1.2;
  margin-top: 0.06em;
  font-weight: 700;
}
html[lang="zh"] .hero-sub,
html[lang="zh"] .section-desc,
html[lang="zh"] .work-desc,
html[lang="zh"] .tl-item p,
html[lang="zh"] .craft-card p,
html[lang="zh"] .contact-desc {
  font-family: var(--font-cn);
  line-height: 1.8;
  letter-spacing: 0.01em;
}
html[lang="zh"] .story-lead-text { line-height: 2; letter-spacing: 0.02em; }
html[lang="zh"] .btn,
html[lang="zh"] .nav-links a,
html[lang="zh"] .nav-cta { font-family: var(--font-cn); }
html[lang="zh"] .eyebrow-tag { letter-spacing: 0.1em; }

html[lang="ja"] .hero-title,
html[lang="ja"] .section-title,
html[lang="ja"] .work-title,
html[lang="ja"] .contact-title,
html[lang="ja"] .tl-item h3,
html[lang="ja"] .craft-card h3 {
  font-family: var(--font-jp);
  font-weight: 900;
  letter-spacing: 0.02em;
}
html[lang="ja"] .hero-title { line-height: 1.12; font-size: clamp(2.8rem, 7.5vw, 6rem); }
html[lang="ja"] .section-title { line-height: 1.22; }
html[lang="ja"] .section-title--big { line-height: 1.18; }
html[lang="ja"] .contact-title {
  line-height: 1.3;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
html[lang="ja"] .contact-title > span,
html[lang="ja"] .contact-title > em {
  font-family: var(--font-jp);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  text-transform: none;
}
html[lang="ja"] .contact-title > em {
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 0.06em;
}
html[lang="ja"] .contact-title .title-lime {
  padding: 0.06em 0.2em 0.1em;
  line-height: 1.2;
  margin-top: 0.06em;
  font-weight: 700;
}
html[lang="ja"] .hero-sub,
html[lang="ja"] .section-desc,
html[lang="ja"] .work-desc,
html[lang="ja"] .tl-item p,
html[lang="ja"] .craft-card p,
html[lang="ja"] .contact-desc {
  font-family: var(--font-jp);
  line-height: 1.85;
  letter-spacing: 0.04em;
}
html[lang="ja"] .story-lead-text { line-height: 2.05; letter-spacing: 0.05em; }
html[lang="ja"] .btn,
html[lang="ja"] .nav-links a,
html[lang="ja"] .nav-cta { font-family: var(--font-jp); }
html[lang="ja"] .eyebrow-tag { letter-spacing: 0.08em; }

/* ---------- background decor ---------- */
.bg-decor {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  color: var(--ink);
}
.bg-shape { position: absolute; opacity: .06; }
.bg-shape--1 { top: -80px; right: -60px; width: 420px; height: 420px; animation: spin 80s linear infinite; }
.bg-shape--2 { bottom: 20%; left: -40px; width: 180px; height: 180px; animation: float 12s ease-in-out infinite; }
.bg-shape--3 { top: 55%; right: 8%; width: 140px; height: 140px; animation: float 16s ease-in-out infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* ---------- navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h); display: flex; align-items: center;
  transition: background .4s var(--ease), backdrop-filter .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(242, 239, 232, 0.82);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 18px; letter-spacing: -.02em;
}
.logo-mark {
  color: var(--ink); display: flex;
  transition: transform .5s var(--ease-spring);
}
/* =============================================================
   KaKeen "F · 双圆咬合" mark — 9s 周期
   0-0.5s 飞入 → 0.5-2s 共撞（冲击波+月牙闪+中心光斑起） → 2-9s 共旋呼吸
   6 个核心动画：fEnter / fSolid / fRing / fCrescent / fShock / fOrb
   ============================================================= */
.f-svg { display: block; overflow: visible; }

/* 整体入场：缩放淡入 + 撞击微回弹 */
.f-svg .f-stage{
  transform-box: fill-box; transform-origin: center;
  animation: fEnter 9s ease-out infinite;
}
@keyframes fEnter{
  0%{   transform: scale(.85); opacity: 0; }
  3%{   transform: scale(1.06); opacity: 1; }
  6%{   transform: scale(1);    opacity: 1; }
  17%{  transform: scale(1.025); opacity: 1; }   /* 撞击回弹 */
  22%{  transform: scale(1);    opacity: 1; }
  100%{ transform: scale(1);    opacity: 1; }
}

/* 墨实心圆（黑）— 从左下飞入 */
.f-svg .f-solid{
  transform-box: fill-box; transform-origin: center;
  animation: fSolid 9s ease-in-out infinite;
}
@keyframes fSolid{
  0%{   transform: translate(-20px,-14px); opacity: 0; }
  3%{   transform: translate(0,0);         opacity: 1; }
  6%{   transform: translate(0,0) scale(1.08); }
  17%{  transform: translate(0,0) scale(1.04); }
  100%{ transform: translate(0,0) scale(1); }
}

/* 青描边圆 — 从右上飞入 */
.f-svg .f-ring{
  transform-box: fill-box; transform-origin: center;
  animation: fRing 9s ease-in-out infinite;
}
@keyframes fRing{
  0%{   transform: translate(20px,14px); opacity: 0; }
  3%{   transform: translate(0,0);        opacity: 1; }
  6%{   transform: translate(0,0) scale(1.08); }
  17%{  transform: translate(0,0) scale(1.04); }
  100%{ transform: translate(0,0) scale(1); }
}

/* 月牙（独立弯月）— 撞击闪一下 + 共旋呼吸（只平移+微缩） */
.f-svg .f-crescent{
  transform-box: fill-box; transform-origin: center;
  animation: fCrescent 9s ease-in-out infinite;
}
@keyframes fCrescent{
  0%,2%{ transform: translate(0,0) scale(.4); opacity: 0; }
  5%{   transform: translate(0,0) scale(1);   opacity: 1; }
  10%{  transform: translate(0,0) scale(1);   opacity: .95; }
  17%{  transform: translate(0,0) scale(1.04); opacity: 1; }   /* 撞击轻微增亮 */
  22%{  transform: translate(0,0) scale(1);   opacity: .9; }
  /* 共旋呼吸：让月牙在两圆咬合点附近轻微平移，模拟"两圆相对错位" */
  40%{  transform: translate(.8px,-.6px) scale(1); opacity: .85; }
  55%{  transform: translate(0,0) scale(1);       opacity: .95; }
  70%{  transform: translate(-.8px,.6px) scale(1); opacity: .85; }
  85%{  transform: translate(0,0) scale(1);       opacity: .95; }
  100%{ transform: translate(0,0) scale(1);       opacity: .9; }
}

/* 撞击冲击波：单次出现，环形扩散 */
.f-svg .f-shock{
  transform-box: fill-box; transform-origin: center;
  opacity: 0;
  animation: fShock 9s ease-out infinite;
}
@keyframes fShock{
  0%,15%{ transform: scale(.4); opacity: 0; }
  17%{   transform: scale(.4); opacity: 1; }   /* 撞击瞬间起 */
  28%{   transform: scale(2.4); opacity: 0; }  /* 扩散淡出 */
  100%{  transform: scale(.4); opacity: 0; }
}

/* 中心光斑：撞击后起燃，2-9s 呼吸 */
.f-svg .f-orb{
  transform-box: fill-box; transform-origin: center;
  opacity: 0;
  animation: fOrb 9s ease-in-out infinite;
}
@keyframes fOrb{
  0%,15%{ opacity: 0;    transform: scale(.2); }
  20%{   opacity: .6;   transform: scale(1); }
  40%{   opacity: .3;   transform: scale(.85); }
  60%{   opacity: .55;  transform: scale(1.05); }
  80%{   opacity: .3;   transform: scale(.85); }
  100%{  opacity: .5;   transform: scale(1); }
}

/* =====================================================================
   KaKeen wordmark · LIQUID 液体字标 (Direction E · pure letter art)
   ---------------------------------------------------------------
   概念: 两个大写 K 用"实心 / 镂空"对比来区分身份
     · K1 实心墨块, K2 只保留描边轮廓 (fill:none + stroke) = 镂空
     · 液体横带被字形 clipPath 裁剪, 正好从镂空 K 的内腔穿过
     · 右下角 lime 液滴收束, 像墨水滴落之后的余韵
   全部由 SVG clipPath + CSS 动画驱动:
     1) 字标本体 fill-opacity 0→1 墨色渗入
     2) 镂空 K 的描边随后 stroke-opacity 显影
     3) 液体横带 scaleX 从左到右 wipe (transform-origin: left)
     4) lime 液滴下坠淡入, 随后持续微呼吸
     hover: 横带向右轻微延展 + 镂空 K 描边加粗 + 柔光
   ===================================================================== */
.kk-lockup{
  display:block; width:auto; height:100%;
  pointer-events:none;
  overflow: visible;
}

/* ---------- 容器尺寸 ---------- */
.nav-logo--kk{ display:inline-flex; align-items:center; gap:0; padding:4px 0; flex:0 0 auto; }
.nav-logo--kk .logo-mark--kk{
  display:inline-flex; align-items:center; height:36px;
  flex:0 0 auto;
  transition: transform .6s var(--ease-spring);
}
.nav-logo--kk .kk-lockup{ width:192px; height:36px; flex:0 0 auto; }
.nav-logo--kk:hover .logo-mark--kk{ transform: translateY(-2px) scale(1.04); }

.footer-logo--kk{ display:flex; align-items:center; }
.footer-logo--kk .logo-mark--kk{
  display:flex; align-items:center; height:84px;
  transition: transform .6s var(--ease-spring);
}
.footer-logo--kk .kk-lockup{ height:84px; }
.footer-logo--kk:hover .logo-mark--kk{ transform: translateY(-3px) scale(1.02); }

/* ---------- 1) 字标本体: 墨色渗入 ---------- */
.kk-word{
  fill-opacity: 0;
  animation: kkInkIn .9s cubic-bezier(.5,0,.2,1) .15s forwards;
}
@keyframes kkInkIn{
  0%  { fill-opacity: 0; }
  100%{ fill-opacity: 1; }
}

/* ---------- 2) 镂空 K: 描边随后显影 ---------- */
.kk-hollow{
  stroke-opacity: 0;
  animation: kkHollowIn .6s var(--ease) .9s forwards;
  transition: stroke-width .25s var(--ease);
}
@keyframes kkHollowIn{
  0%  { stroke-opacity: 0; }
  100%{ stroke-opacity: 1; }
}

/* ---------- 3) 液体横带: scaleX 从左到右 wipe (同 .btn-primary::after) ---------- */
.kk-flow{
  transform-origin: left center;
  transform: scaleX(0);
  animation: kkFlowWipe .8s cubic-bezier(.4,0,.2,1) 1.15s forwards;
}
.kk-flow--thin{
  animation-delay: 1.35s;
}
@keyframes kkFlowWipe{
  0%  { transform: scaleX(0); }
  100%{ transform: scaleX(1); }
}

/* ---------- 4) lime 液滴: 下坠淡入 + 持续微呼吸 ---------- */
.kk-drop{
  opacity: 0;
  animation: kkDropIn .5s var(--ease-spring) 1.75s forwards,
             kkDropBreathe 4.5s ease-in-out 2.4s infinite;
}
@keyframes kkDropIn{
  0%  { opacity: 0; transform: translateY(-5px); }
  100%{ opacity: 1; transform: translateY(0); }
}
@keyframes kkDropBreathe{
  0%, 100%{ opacity: 1; }
  50%     { opacity: .78; }
}

/* ---------- hover: 镂空 K 描边加粗 + 液体横带延展 + 柔光 ---------- */
.nav-logo--kk:hover .kk-lockup,
.footer-logo--kk:hover .kk-lockup{
  filter: drop-shadow(0 3px 6px rgba(199,242,107,.22));
}
.nav-logo--kk:hover .kk-hollow,
.footer-logo--kk:hover .kk-hollow{
  stroke-width: 2.6;
}
.nav-logo--kk:hover .kk-flow,
.footer-logo--kk:hover .kk-flow{
  animation: kkFlowExpand .3s var(--ease) forwards;
}
@keyframes kkFlowExpand{
  0%  { transform: scaleX(1); }
  100%{ transform: scaleX(1.06); }
}

/* ---------- 5) 镂空 K: 显影后一次墨胀 (nav / footer 基础描边宽度不同, 故分域声明) ---------- */
/* 同时统一 hover 增量为 +0.8, 修掉 nav +1.0 / footer +0.4 的不一致 */
.nav-logo--kk .kk-hollow{
  animation: kkHollowIn .6s var(--ease) .9s forwards,
             kkHollowSwellNav .8s var(--ease-spring) 1.45s;
}
.footer-logo--kk .kk-hollow{
  animation: kkHollowIn .6s var(--ease) .9s forwards,
             kkHollowSwellFoot .8s var(--ease-spring) 1.45s,
             kkHollowGlow 5.5s ease-in-out 3.2s infinite;
}
@keyframes kkHollowSwellNav{
  0%, 100%{ stroke-width: 1.6; }
  45%     { stroke-width: 2.5; }
}
@keyframes kkHollowSwellFoot{
  0%, 100%{ stroke-width: 2.2; }
  45%     { stroke-width: 3.4; }
}
@keyframes kkHollowGlow{
  0%, 100%{ stroke-opacity: 1; }
  50%     { stroke-opacity: .74; }
}

/* ---------- 6) 细横带: 入场后极缓漂移, 与液滴 4.5s 呼吸错频 ---------- */
.kk-flow--thin{
  animation: kkFlowWipe .8s cubic-bezier(.4,0,.2,1) 1.35s forwards,
             kkFlowDrift 7s ease-in-out 2.6s infinite;
}
@keyframes kkFlowDrift{
  0%, 100%{ transform: scaleX(1) translateX(0); }
  50%     { transform: scaleX(.965) translateX(4px); }
}

/* ---------- 7) 字母轨道 K·A·K·E·E·N: 逐字显影阶梯 (同 .hero-title .word 节奏) ---------- */
.kk-track{
  letter-spacing: 7px;
  transition: letter-spacing .26s var(--ease);
}
.kk-track tspan{
  fill-opacity: 0;
  animation: kkTrackIn .45s var(--ease) forwards;
}
.kk-track tspan:nth-child(1) { animation-delay: 2s; }
.kk-track tspan:nth-child(2) { animation-delay: 2.06s; }
.kk-track tspan:nth-child(3) { animation-delay: 2.1s; }
.kk-track tspan:nth-child(4) { animation-delay: 2.17s; }
.kk-track tspan:nth-child(5) { animation-delay: 2.2s; }
.kk-track tspan:nth-child(6) { animation-delay: 2.28s; }
.kk-track tspan:nth-child(7) { animation-delay: 2.32s; }
.kk-track tspan:nth-child(8) { animation-delay: 2.4s; }
.kk-track tspan:nth-child(9) { animation-delay: 2.44s; }
.kk-track tspan:nth-child(10){ animation-delay: 2.52s; }
.kk-track tspan:nth-child(11){ animation-delay: 2.56s; }
@keyframes kkTrackIn{
  0%  { fill-opacity: 0; }
  100%{ fill-opacity: 1; }
}

/* ---------- hover 补充: 柔光过渡 + 轨道字距张开 + 镂空 K 统一 +0.8 ---------- */
.kk-lockup{ transition: filter .26s var(--ease); }
.footer-logo--kk:hover .kk-track{ letter-spacing: 9.4px; }
.nav-logo--kk:hover .kk-hollow{ stroke-width: 2.4; }
.footer-logo--kk:hover .kk-hollow{ stroke-width: 3; }

/* ---------- Reduced motion fallback: 直接呈现终态 ---------- */
@media (prefers-reduced-motion: reduce){
  .kk-word, .kk-hollow, .kk-flow, .kk-drop, .kk-track tspan{ animation: none !important; }
  .nav-logo--kk .kk-hollow, .footer-logo--kk .kk-hollow{ animation: none !important; }
  .kk-flow--thin{ animation: none !important; }
  .kk-word{ fill-opacity: 1; }
  .kk-hollow{ stroke-opacity: 1; transition: none; }
  .kk-flow{ transform: scaleX(1); }
  .kk-drop{ opacity: 1; transform: none; }
  .kk-track{ transition: none; letter-spacing: 7px; }
  .kk-track tspan{ fill-opacity: 1; }
  .kk-lockup{ transition: none; }
  .nav-logo--kk:hover .logo-mark--kk,
  .footer-logo--kk:hover .logo-mark--kk{ transform: none !important; }
  .nav-logo--kk:hover .kk-flow, .footer-logo--kk:hover .kk-flow{ animation: none !important; }
  .footer-logo--kk:hover .kk-track{ letter-spacing: 7px; }
}

/* logo 文本样式 (项目里仍用 monospace 文字做小标签用) */
.logo-text{
  font-family:var(--font-mono);font-weight:600;font-style:normal;text-decoration:none;
  font-size:9.5px;letter-spacing:.42em;color:var(--ink);opacity:.7;
  padding-top:1px;line-height:1;
}
.logo-wordmark{
  font-family: var(--font-display, "Archivo Black", "Inter", system-ui, sans-serif);
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -.04em;
  color: var(--ink);
  line-height: 1;
  margin-left: 2px;
}
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-family: var(--font-mono); font-size: 13px; color: var(--ink-mute);
  display: inline-flex; align-items: center; gap: 6px; transition: color .25s;
  padding: 6px 0; position: relative;
}
.nav-links a span { color: var(--lime-deep); font-size: 11px; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--ink) 0%, var(--accent) 50%, var(--ink) 100%);
  transition: width .3s var(--ease);
}
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  padding: 12px 22px; background: var(--ink); color: var(--paper);
  border-radius: 999px; transition: all .3s var(--ease); white-space: nowrap;
  position: relative; overflow: hidden;
}
.nav-cta::before {
  content: ""; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  opacity: 0; transition: opacity .3s var(--ease);
}
.nav-cta:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 32px -10px rgba(200,245,66,.5); }
.nav-cta:hover::before { opacity: 1; }
.nav-cta:active { transform: translateY(0); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px; border-radius: 999px;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  letter-spacing: -.01em; white-space: nowrap; cursor: pointer;
  transition: transform .3s var(--ease-spring), background .3s, color .3s, box-shadow .3s, border-color .3s;
}
.btn:active { transform: translateY(1px) scale(.98); }
.btn-primary { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--ink) 0%, var(--accent) 50%, var(--ink) 100%);
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.btn-primary:hover { background: var(--lime); color: var(--ink); box-shadow: 0 16px 40px -12px rgba(200,245,66,.5); transform: translateY(-3px); }
.btn-primary:hover::after { transform: scaleX(1); }
.btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-3px); box-shadow: 0 12px 32px -12px rgba(14,14,12,.4); }
.btn-arrow { transition: transform .3s var(--ease); display: inline-block; }
.btn:hover .btn-arrow { transform: translateX(6px); }
.btn-large { padding: 22px 44px; font-size: 17px; }
.btn-small { padding: 12px 22px; font-size: 13px; font-weight: 500; }
.btn-dark { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.btn-dark:hover { background: var(--lime); color: var(--ink); }
.btn-dark::after {
  content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--accent);
  opacity: 0; transition: opacity .3s var(--ease);
}
.btn-dark:hover::after { opacity: 1; }
.btn-outline-dark { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--paper); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100dvh;
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--nav-h) + 60px) 40px 60px;
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 70% at 30% 40%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 30% 40%, black 30%, transparent 80%);
}

.hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: var(--maxw); margin: 0 auto;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 40px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .05em;
  color: var(--ink-mute);
  padding: 10px 18px; background: var(--paper-2);
  border: 1px solid var(--line); border-radius: 999px;
}
.eyebrow-tag {
  background: var(--lime); color: var(--ink);
  padding: 3px 10px 3px 8px; border-radius: 999px; font-weight: 700; font-size: 10px; letter-spacing: .12em;
  display: inline-flex; align-items: center; gap: 6px;
}
.eyebrow-tag::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}
.eyebrow-sep { width: 3px; height: 3px; background: var(--ink-soft); border-radius: 50%; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 11vw, 11rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .word {
  display: inline-block;
  opacity: 0; transform: translateY(110%) rotate(3deg);
  animation: wordUp .9s var(--ease) forwards;
}
.hero-title .line-1 .word { animation-delay: .1s; }
.hero-title .line-2 .word:nth-child(1) { animation-delay: .2s; }
.hero-title .line-2 .word:nth-child(2) { animation-delay: .28s; }
.hero-title .line-3 .word:nth-child(1) { animation-delay: .38s; }
.hero-title .line-3 .word:nth-child(2) { animation-delay: .46s; }
@keyframes wordUp {
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
.word--outline {
  -webkit-text-fill-color: var(--paper);
  -webkit-text-stroke: 1.5px var(--ink);
  paint-order: stroke fill;
}
html[lang="en"] .word--outline { font-family: var(--font-display); -webkit-text-stroke: 2px var(--ink); -webkit-text-fill-color: var(--paper); paint-order: stroke fill; }
html[lang="zh"] .word--outline {
  font-family: var(--font-cn);
  font-weight: 500;
  -webkit-text-stroke: 2.5px var(--ink);
  -webkit-text-fill-color: var(--paper);
  paint-order: stroke fill;
}
html[lang="ja"] .word--outline {
  font-family: var(--font-jp);
  font-weight: 500;
  -webkit-text-stroke: 2.5px var(--ink);
  -webkit-text-fill-color: var(--paper);
  paint-order: stroke fill;
}
.word--lime {
  background: var(--lime);
  color: var(--ink);
  padding: 0 .15em;
  margin-left: .05em;
}
/* KaKeen brand wordmark in hero · bold ink with a subtle lime underline echo */
.word--brand {
  position: relative;
  background: linear-gradient(180deg, transparent 62%, rgba(200,245,66,.45) 62%, rgba(200,245,66,.45) 92%, transparent 92%);
  padding: 0 .08em;
  letter-spacing: -.04em;
  text-transform: none;
  font-family: var(--font-display);
}

.hero-bottom {
  display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end;
  margin-bottom: 72px; max-width: 1100px;
}
.hero-sub {
  font-family: var(--font-cn); font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.85; color: var(--ink-2); max-width: 560px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-meta {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink); padding-top: 28px; gap: 20px;
}
.meta-item { display: flex; flex-direction: column; gap: 8px; position: relative; }
.meta-item:not(:last-child)::after {
  content: ""; position: absolute; right: -10px; top: 4px; bottom: 4px; width: 1px; background: var(--line);
}
.meta-num {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1; color: var(--ink);
}
.meta-k { color: var(--lime-deep); }
.meta-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-mute);
}
.meta-item--wide .meta-num { letter-spacing: -.03em; }

.hero-side {
  position: absolute; right: 40px; top: 50%; transform: translateY(-50%);
  z-index: 1; pointer-events: none;
  width: 300px; height: 520px; color: var(--ink); opacity: .85;
}
.hero-glyph { width: 100%; height: 100%; }
.hero-glyph path, .hero-glyph line { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: draw 2.5s var(--ease) .6s forwards; }
.hero-glyph circle { transform-origin: 150px 250px; animation: pulse 3s ease-in-out 1.2s infinite; }
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .7; }
}
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero-scroll { display: none; }
.scroll-line {
  width: 1px; height: 50px; position: relative; overflow: hidden;
  background: var(--line-strong);
}
.scroll-line::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--ink); animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0% { top: -50%; }
  100% { top: 100%; }
}

/* work frame shine on hover */
.work-frame { overflow: hidden; }
.work-frame::after {
  content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.12) 50%, transparent 70%);
  transform: translateX(-100%); transition: transform .9s var(--ease);
}
.work:hover .work-frame::after { transform: translateX(100%); }
.work-frame--paper::after,
.work-frame--ink::after {
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
}

/* ---------- marquee ---------- */
.marquee-section {
  position: relative; z-index: 2;
  padding: 22px 0; background: var(--ink); color: var(--paper);
  overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
}
.marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 32px; padding-right: 32px; }
.marquee-group span {
  font-family: var(--font-display); font-size: clamp(1.3rem, 2.5vw, 2rem);
  text-transform: uppercase; white-space: nowrap;
}
.marquee-x { color: var(--lime-deep); font-family: var(--font-mono) !important; font-size: 1rem !important; }
.marquee-brand {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-weight: 900;
  text-transform: none !important;
  color: var(--lime-deep);
  letter-spacing: -.03em;
  padding: 0 .15em;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- section heads ---------- */
.section-head { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; margin-bottom: 80px; }
.section-head--center { text-align: center; }
.section-head-top {
  display: flex; align-items: flex-start; gap: 8px; margin-bottom: 20px;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-mute); letter-spacing: .02em;
  flex-wrap: wrap;
}
.section-head-top .section-index { white-space: nowrap; }
.section-head-top .section-note { color: var(--ink-soft); line-height: 1.5; }
.section-head--center .section-head-top { justify-content: center; }
.section-note { color: var(--ink-soft); }
.section-index { font-weight: 700; color: var(--ink); }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.5vw, 6rem); line-height: 0.98;
  letter-spacing: -.03em; text-transform: uppercase;
}
.section-title em {
  font-style: italic; font-family: var(--font-sans); font-weight: 300;
  text-transform: none; letter-spacing: -.02em; color: var(--ink);
}
html[lang="zh"] .section-title em,
html[lang="zh"] .contact-title em,
html[lang="ja"] .section-title em,
html[lang="ja"] .contact-title em {
  font-style: normal;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.title-lime, .section-title .title-lime {
  background: var(--lime);
  padding: 0.06em 0.18em 0.1em;
  display: inline-block;
  margin-top: 0.06em;
  line-height: 1.1;
}
.section-desc {
  font-family: var(--font-cn); font-size: 1.05rem; line-height: 1.8;
  color: var(--ink-mute); max-width: 520px; margin-top: 28px;
}
.section-desc--center { margin-left: auto; margin-right: auto; }

/* ---------- works ---------- */
.works { position: relative; z-index: 2; padding: 140px 0 120px; }
.works-list { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; gap: 160px; }

.work { position: relative; }
.work-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center;
}
.work-grid--rev { direction: rtl; }
.work-grid--rev > * { direction: ltr; }

.work-visual { position: relative; }
.work-num {
  position: absolute; top: -32px; left: -16px; z-index: 3;
  font-family: var(--font-display); font-size: clamp(4rem, 8vw, 7rem);
  color: var(--ink); line-height: 1; opacity: .08; pointer-events: none;
}
.work-corner {
  position: absolute; width: 28px; height: 28px; pointer-events: none; z-index: 3;
  border-color: var(--lime-deep); border-style: solid; border-width: 0;
}
.work-corner--tl { top: -8px; left: -8px; border-top-width: 3px; border-left-width: 3px; }
.work-corner--br { bottom: -8px; right: -8px; border-bottom-width: 3px; border-right-width: 3px; }

.work-frame {
  position: relative; z-index: 2; overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.35);
  transition: transform .6s var(--ease), box-shadow .6s;
  border: 1px solid var(--line);
}
.work:hover .work-frame { transform: translateY(-8px) rotate(-.3deg); box-shadow: 0 50px 100px -30px rgba(0,0,0,.45); }
.work-grid--rev .work:hover .work-frame { transform: translateY(-8px) rotate(.3deg); }

.frame-browser {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  background: #0d1117; border-bottom: 1px solid rgba(255,255,255,.06);
}
.frame-browser .dot { width: 11px; height: 11px; border-radius: 50%; }
.dot-r { background: #ff5f57; } .dot-y { background: #febc2e; } .dot-g { background: #28c840; }
.frame-url {
  margin-left: 12px; font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,.45); letter-spacing: .02em;
}

/* erhu mock */
.work-frame--dark { background: #0a0e14; }
.erhu-mock { padding: 32px; min-height: 380px; display: flex; flex-direction: column; color: #fff; }
.erhu-mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.mock-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: #5eead4; text-transform: uppercase; }
.mock-live { display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; color: #ff6b6b; letter-spacing: .15em; }
.mock-live i { width: 7px; height: 7px; border-radius: 50%; background: #ff6b6b; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.erhu-mock-big {
  font-family: var(--font-display); font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: .9; color: #fff; margin-bottom: 6px;
}
.erhu-mock-big span { font-size: .35em; vertical-align: top; color: #5eead4; }
.erhu-mock-big span:last-child {
  display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .25em;
  color: rgba(255,255,255,.4); margin-top: 14px;
}
.erhu-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.erhu-platforms span {
  font-family: var(--font-mono); font-size: 11px; padding: 6px 12px; border-radius: 999px;
  background: rgba(94,234,212,.1); color: #5eead4; border: 1px solid rgba(94,234,212,.25);
}
.erhu-wave { display: flex; align-items: flex-end; gap: 4px; height: 56px; margin-top: auto; }
.erhu-wave span {
  flex: 1; background: linear-gradient(to top, #5eead4, rgba(94,234,212,.15));
  border-radius: 2px; animation: wave 1.4s ease-in-out infinite;
}
.erhu-wave span:nth-child(1){animation-delay:.0s}.erhu-wave span:nth-child(2){animation-delay:.1s}
.erhu-wave span:nth-child(3){animation-delay:.2s}.erhu-wave span:nth-child(4){animation-delay:.3s}
.erhu-wave span:nth-child(5){animation-delay:.4s}.erhu-wave span:nth-child(6){animation-delay:.3s}
.erhu-wave span:nth-child(7){animation-delay:.2s}.erhu-wave span:nth-child(8){animation-delay:.1s}
.erhu-wave span:nth-child(9){animation-delay:.15s}.erhu-wave span:nth-child(10){animation-delay:.25s}
@keyframes wave { 0%,100% { height: 20%; } 50% { height: 100%; } }

/* pip mock */
.work-frame--paper { background: #f5f0e8; }
.frame-browser--paper { background: #e8e1d3; border-bottom-color: rgba(0,0,0,.08); }
.frame-browser--paper .frame-url { color: rgba(0,0,0,.5); }
.pip-mock { padding: 40px; min-height: 420px; color: #1c1917; position: relative; text-align: center; }
.pip-plane { color: #b45309; margin: 0 auto 18px; animation: floatY 4s ease-in-out infinite; }
@keyframes floatY { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(-8deg); } }
.pip-vol { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #b45309; margin-bottom: 20px; }
.pip-headline {
  font-family: var(--font-display); font-size: clamp(1.8rem,4vw,2.8rem);
  line-height: 1; margin-bottom: 24px; text-transform: uppercase;
}
.pip-headline em { font-family: var(--font-sans); font-weight: 300; font-style: italic; text-transform: none; color: #b45309; }
.pip-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.pip-chips span {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 13px; border: 1.5px solid rgba(0,0,0,.25); border-radius: 999px; color: #1c1917; font-weight: 500;
}
.pip-bars { max-width: 300px; margin: 0 auto; text-align: left; }
.pip-bar { display: grid; grid-template-columns: 80px 1fr 44px; align-items: center; gap: 12px; margin-bottom: 12px; }
.pip-bar label { font-family: var(--font-mono); font-size: 11px; color: rgba(0,0,0,.6); }
.pip-bar .bar { height: 8px; background: rgba(0,0,0,.08); border-radius: 999px; overflow: hidden; }
.pip-bar .bar i { display: block; height: 100%; background: #b45309; border-radius: 999px; }
.pip-bar b { font-family: var(--font-mono); font-size: 12px; }

/* tech mock */
.work-frame--ink { background: #f3efe7; }
.frame-browser--ink { background: #e4ddd0; border-bottom-color: rgba(0,0,0,.08); }
.frame-browser--ink .frame-url { color: rgba(0,0,0,.5); }
.tech-mock { padding: 40px; min-height: 440px; display: flex; justify-content: center; align-items: center; }
.tech-phone {
  width: 250px; height: 420px; background: #111; border-radius: 40px;
  padding: 11px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5), inset 0 0 0 2px #2a2a2a;
  position: relative;
}
.tech-notch { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 90px; height: 20px; background: #111; border-radius: 0 0 16px 16px; z-index: 2; }
.tech-screen {
  width: 100%; height: 100%; background: #f3efe7; border-radius: 30px;
  padding: 40px 20px 20px; color: #111; overflow: hidden;
}
.tech-kicker { font-family: var(--font-mono); font-size: 8px; letter-spacing: .18em; color: #c8372a; margin-bottom: 12px; font-weight: 700; }
.tech-title {
  font-family: var(--font-display); font-size: 1.4rem; line-height: 1.05;
  margin-bottom: 16px; text-transform: uppercase;
}
.tech-title em { font-family: var(--font-sans); font-weight: 300; font-style: italic; text-transform: none; color: #c8372a; }
.tech-cards { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.tech-card { background: rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.1); border-radius: 8px; padding: 9px 11px; }
.tech-card b { display: block; font-family: var(--font-display); font-size: 12px; text-transform: uppercase; }
.tech-card span { font-family: var(--font-mono); font-size: 8px; color: rgba(0,0,0,.55); letter-spacing: .03em; }
.tech-stacks { font-family: var(--font-mono); font-size: 7px; letter-spacing: .05em; color: rgba(0,0,0,.5); line-height: 1.7; font-weight: 500; }

/* geo mock — matches getgeoscope.com dark + lime aesthetic */
.work-frame--geo { background: #0e0e0c; border-color: #1e1e1c; }
.frame-browser--geo { background: #151513; border-bottom: 1px solid rgba(255,255,255,.05); }
.frame-browser--geo .frame-url { color: rgba(200,245,66,.75); }
.geo-mock { padding: 30px 28px; min-height: 420px; color: #fff; display: flex; flex-direction: column; gap: 22px; }
.geo-badge { display: inline-flex; align-items: center; gap: 9px; }
.geo-kicker {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: .2em; color: var(--lime-deep); text-transform: uppercase;
}
.geo-pulse {
  width: 9px; height: 9px; border-radius: 50%; background: var(--lime);
  box-shadow: 0 0 0 0 rgba(200,245,66,.55);
  animation: geoPulse 1.8s ease-out infinite;
}
@keyframes geoPulse {
  0%   { box-shadow: 0 0 0 0 rgba(200,245,66,.55); }
  70%  { box-shadow: 0 0 0 14px rgba(200,245,66,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,245,66,0); }
}
.geo-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.geo-score b {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(3.5rem, 6.5vw, 5.2rem); line-height: .9;
  color: var(--lime); letter-spacing: -.03em;
}
.geo-score span {
  font-family: var(--font-mono); font-size: 1.1rem; font-weight: 600;
  color: rgba(255,255,255,.55); margin-left: 2px;
}
.geo-score small {
  display: block; margin-top: 10px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em;
  color: rgba(255,255,255,.4); font-weight: 500;
}
.geo-headline { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; max-width: 55%; }
.geo-engine-chip {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .06em;
  padding: 6px 11px; border-radius: 999px;
  background: rgba(200,245,66,.12); color: var(--lime); border: 1px solid rgba(200,245,66,.28);
}
.geo-engine-chip--kimi { background: rgba(242,107,58,.12); color: #f9a67a; border-color: rgba(242,107,58,.28); }
.geo-engine-chip--glm  { background: rgba(255,255,255,.07); color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.15); }

.geo-vs { display: flex; flex-direction: column; gap: 13px; }
.geo-vs-row {
  display: grid; grid-template-columns: 82px 1fr 42px; align-items: center; gap: 12px;
}
.geo-vs-name { font-family: var(--font-display); font-size: 13px; color: rgba(255,255,255,.88); letter-spacing: -.005em; }
.geo-vs-bar {
  position: relative; height: 8px; border-radius: 999px;
  background: rgba(255,255,255,.07); overflow: hidden;
}
.geo-vs-bar i {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--lime-deep));
  border-radius: 999px;
}
.geo-vs-bar--low i {
  background: linear-gradient(90deg, rgba(255,255,255,.42), rgba(255,255,255,.22));
}
.geo-vs-row b { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.85); }

.geo-cites {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); margin-top: auto;
}
.geo-cites > span {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  color: rgba(255,255,255,.55); letter-spacing: .04em;
  padding: 5px 9px; border-radius: 6px; background: rgba(255,255,255,.05);
}
.geo-cites > span:first-child { color: rgba(200,245,66,.75); background: rgba(200,245,66,.08); }
.geo-cites-badge {
  margin-left: auto;
  color: var(--ink) !important; background: var(--lime) !important; font-weight: 700 !important;
}

/* work content */
.work-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink);
  padding: 7px 16px 7px 14px; background: var(--paper-2); border: 1px solid var(--line);
  border-radius: 999px; margin-bottom: 28px; font-weight: 500;
  white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis;
}
.work-tag::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle, var(--accent) 0%, var(--accent) 58%, var(--lime) 58.1%, var(--lime) 100%);
}
.work-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.5rem); line-height: .9; letter-spacing: -.03em;
  margin-bottom: 14px; text-transform: uppercase;
}
.work-title em {
  font-family: var(--font-sans); font-weight: 300; font-style: italic;
  text-transform: none; color: var(--lime-deep);
}
.work-sub-cn {
  font-family: var(--font-cn); font-size: 1.05rem; color: var(--ink-mute);
  margin-bottom: 24px; padding-left: 16px; border-left: 3px solid var(--lime-deep);
}
.work-desc {
  font-family: var(--font-cn); font-size: 1.02rem; line-height: 1.85;
  color: var(--ink-2); margin-bottom: 36px; max-width: 520px;
}
.work-feats { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-feats li {
  display: flex; flex-direction: column; gap: 6px; padding: 20px 16px 20px 0;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-mute);
  letter-spacing: .05em; text-transform: uppercase;
  border-right: 1px solid var(--line);
}
.work-feats li:last-child { border-right: none; padding-right: 0; }
.work-feats li span {
  font-family: var(--font-display); font-size: 1.6rem; color: var(--ink);
  letter-spacing: -.02em; text-transform: none;
}
.work-links { display: flex; align-items: stretch; justify-content: flex-start; gap: 18px; flex-wrap: wrap; }
.work-links .btn-small { justify-content: center; min-width: 168px; width: 168px; border-width: 2px; box-sizing: border-box; }
.btn-outline-dark { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.work-stack { font-family: var(--font-mono); font-size: 11px; color: var(--ink-soft); letter-spacing: .02em; }

/* ---------- story ---------- */
.story {
  position: relative; z-index: 2; padding: 140px 0;
  background: var(--ink); color: var(--paper); overflow: hidden;
}
.story-bg-photo {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.story-bg-photo img {
  position: absolute; left: 0; top: 0;
  width: 50%; max-width: 760px; height: 100%;
  object-fit: cover; object-position: left center;
  opacity: 0.95;
  mix-blend-mode: screen;
  mask-image: linear-gradient(to right, black 0%, black 40%, rgba(0,0,0,0.6) 65%, transparent 85%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 40%, rgba(0,0,0,0.6) 65%, transparent 85%);
}
.story-bg-photo::after {
  content: ""; position: absolute; left: 0; top: 0;
  width: 50%; max-width: 760px; height: 100%;
  background:
    radial-gradient(ellipse at 30% 35%, rgba(200,245,66,0.1), transparent 55%),
    linear-gradient(180deg, rgba(14,14,12,0.5), transparent 15%, transparent 75%, rgba(14,14,12,0.6));
  mix-blend-mode: overlay; pointer-events: none;
  z-index: 1;
}
.story-bg-mask {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(14,14,12,0.3) 0%, rgba(14,14,12,0.6) 45%, var(--ink) 65%),
    linear-gradient(180deg, var(--ink) 0%, transparent 5%, transparent 95%, var(--ink) 100%);
}
.story > .section-head,
.story > .story-grid { position: relative; z-index: 2; }
.story .section-index { color: var(--lime); }
.story .section-title em { color: var(--lime); }
.story .section-title .title-lime { color: var(--ink); }
.story .section-desc { color: rgba(242,239,232,.6); }
.story .section-note { color: rgba(242,239,232,.4); }
.story-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: start; }
.story-lead-text {
  font-family: var(--font-cn); font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.85; color: var(--paper); font-weight: 400;
}
.story-lead-text em { font-style: normal; color: var(--lime); font-weight: 700; }
.story-lead-text strong { color: var(--paper); font-weight: 700; background: linear-gradient(transparent 60%, rgba(200,245,66,.25) 60%); }
.story-signature { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; color: var(--lime); }
.story-signature span { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(to bottom, var(--lime), rgba(200,245,66,.1));
}
.tl-item { position: relative; padding: 0 0 48px 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -7px; top: 6px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--ink); border: 3px solid var(--lime);
  transition: all .3s var(--ease);
}
.tl-item:hover::before { background: var(--lime); transform: scale(1.2); }
.tl-year {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--lime); display: block; margin-bottom: 10px; font-weight: 700;
}
.tl-item h3 {
  font-family: var(--font-display); font-size: 1.5rem;
  margin-bottom: 12px; color: var(--paper); text-transform: uppercase; letter-spacing: -.01em;
}
.tl-item p { font-family: var(--font-cn); font-size: .98rem; line-height: 1.8; color: rgba(242,239,232,.7); }

/* ---------- craft ---------- */
.craft { position: relative; z-index: 2; padding: 140px 0; }
.craft-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 2px solid var(--ink);
}
.craft-card {
  background: var(--paper); padding: 44px 32px; position: relative;
  border-right: 1px solid var(--line); transition: background .4s var(--ease), color .4s;
}
.craft-card:last-child { border-right: none; }
.craft-card:hover { background: var(--paper-2); }
.craft-card--lime { background: var(--lime); color: var(--ink); border-right: none; }
.craft-card--lime:hover { background: var(--lime-deep); }
.craft-num {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; display: block; margin-bottom: 32px; opacity: .5;
}
.craft-icon { margin-bottom: 28px; transition: transform .4s var(--ease-spring); }
.craft-card:hover .craft-icon { transform: translateY(-4px) rotate(-6deg) scale(1.1); }
.craft-card h3 {
  font-family: var(--font-display); font-size: 1.4rem;
  margin-bottom: 14px; text-transform: uppercase; letter-spacing: -.01em; line-height: 1.1;
}
.craft-card p { font-family: var(--font-cn); font-size: .95rem; line-height: 1.8; color: var(--ink-mute); }
.craft-card--lime p { color: var(--ink-2); }

/* ---------- contact ---------- */
.contact {
  position: relative; z-index: 2; padding: 160px 40px;
  text-align: center; overflow: hidden;
  background: var(--paper-2);
  border-top: 2px solid var(--ink);
}
.contact::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(200,245,66,.3), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(200,245,66,.2), transparent 40%);
}
.contact-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.contact .section-index { margin-bottom: 28px; display: block; }
.contact-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 7rem); line-height: 1.02; letter-spacing: -.04em;
  margin-bottom: 36px; text-transform: uppercase;
  text-align: center;
}
.contact-title > span,
.contact-title > em {
  display: block;
}
.contact-title em {
  font-family: var(--font-sans); font-weight: 300; font-style: italic; text-transform: none;
}
html[lang="zh"] .contact-title em {
  font-family: var(--font-cn); font-weight: 400; font-style: normal;
  letter-spacing: 0.08em; padding-left: 0.08em; text-transform: none;
}
html[lang="ja"] .contact-title em {
  font-family: var(--font-jp); font-weight: 400; font-style: normal;
  letter-spacing: 0.06em; padding-left: 0.06em; text-transform: none;
}
html[lang="zh"] .contact-title em,
html[lang="zh"] .contact-title > span,
html[lang="ja"] .contact-title em,
html[lang="ja"] .contact-title > span { font-style: normal; }
.contact-title .title-lime {
  display: inline-block;
  margin-top: 0.06em;
}
.contact-desc {
  font-family: var(--font-cn); font-size: 1.05rem; line-height: 1.85;
  color: var(--ink-mute); max-width: 560px; margin: 0 auto 56px;
}
.contact-actions { margin-bottom: 52px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 auto 24px;
  max-width: 880px;
}
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 28px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color .4s var(--ease), transform .5s var(--ease-spring), box-shadow .5s var(--ease);
}
.contact-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(200,245,66,.10), transparent 55%);
  opacity: 0; transition: opacity .5s var(--ease);
  pointer-events: none;
}
.contact-card::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--lime), var(--accent), transparent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .6s var(--ease);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 24px 56px -24px rgba(14,14,12,.18); border-color: var(--line-strong); }
.contact-card:hover::before { opacity: 1; }
.contact-card:hover::after { transform: scaleX(1); }
.contact-card--wechat:hover { border-color: rgba(7,193,96,.35); }
.contact-card--qq:hover { border-color: rgba(18,183,245,.35); }

.contact-card-top {
  text-align: center; margin-bottom: 24px; position: relative; z-index: 1;
}
.contact-brand {
  height: 32px; width: auto; max-width: 100%;
  object-fit: contain; display: block; margin: 0 auto 14px;
  transition: transform .5s var(--ease-spring);
}
.contact-card--qq .contact-brand { height: 38px; }
.contact-card:hover .contact-brand { transform: scale(1.06); }
.contact-idline {
  margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-mono); font-size: 14px; color: var(--ink);
  flex-wrap: wrap;
}
.contact-id { font-weight: 500; letter-spacing: .01em; }
.contact-id-sep { color: var(--ink-soft); }

.contact-qr-row { display: flex; gap: 16px; justify-content: center; margin-top: auto; position: relative; z-index: 1; }
.contact-qr { margin: 0; text-align: center; }
.qr-frame {
  display: block; width: fit-content; margin: 0 auto;
  padding: 8px; background: #fff;
  border: 1px solid var(--line); border-radius: 10px;
  transition: transform .5s var(--ease-spring), box-shadow .5s var(--ease), border-color .4s var(--ease);
}
.contact-qr img {
  width: 128px; height: 128px; object-fit: cover;
  display: block; border-radius: 6px;
}
.contact-card:hover .qr-frame {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px -12px rgba(14,14,12,.14);
  border-color: var(--line-strong);
}
.contact-qr figcaption {
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--ink-soft); margin-top: 12px; letter-spacing: .06em;
  transition: color .3s var(--ease);
}
.contact-card:hover .contact-qr figcaption { color: var(--ink-mute); }
.contact-qr--single { margin-top: auto; position: relative; z-index: 1; }

/* Email banner */
.contact-email {
  display: flex; align-items: center; gap: 24px;
  max-width: 880px; margin: 0 auto 48px;
  padding: 24px 32px;
  background: var(--paper); color: var(--ink);
  border-radius: 10px; text-decoration: none;
  position: relative; overflow: hidden;
  transition: transform .5s var(--ease-spring), box-shadow .5s var(--ease);
  border: 1px solid rgba(14,14,12,.08);
}
.contact-email::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(200,245,66,.10), transparent 40%),
    radial-gradient(circle at 85% 50%, rgba(242,107,58,.08), transparent 40%);
  opacity: 0; transition: opacity .5s var(--ease);
}
.contact-email::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(200,245,66,.10) 45%, rgba(242,107,58,.06) 55%, transparent 70%);
  transform: translateX(-100%); transition: transform .9s var(--ease);
}
.contact-email:hover { transform: translateY(-4px); box-shadow: 0 28px 60px -24px rgba(14,14,12,.18); }
.contact-email:hover::before { opacity: 1; }
.contact-email:hover::after { transform: translateX(100%); }
.contact-email-graphic {
  flex-shrink: 0; width: auto; height: auto;
  display: block;
  transition: transform .5s var(--ease-spring);
  position: relative; z-index: 1;
}
.contact-email-graphic img {
  display: block; height: 56px; width: auto; object-fit: contain;
}
.contact-email:hover .contact-email-graphic { transform: scale(1.08) rotate(-3deg); }
.contact-email-body { flex: 1; min-width: 0; position: relative; z-index: 1; text-align: left; }
.contact-email-label {
  display: block; font-family: var(--font-mono); font-size: 10px;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(14,14,12,.45);
  margin-bottom: 6px;
}
.contact-email-addr {
  display: block; font-family: var(--font-mono); font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 500; color: var(--ink); letter-spacing: .01em;
  word-break: break-all;
}
.contact-email-action {
  flex-shrink: 0; display: flex; align-items: center; gap: 10px;
  position: relative; z-index: 1;
  padding: 14px 26px; border-radius: 999px;
  background: var(--lime); color: var(--ink);
  font-family: var(--font-mono); font-size: 13.5px; font-weight: 600;
  letter-spacing: .02em; white-space: nowrap;
  transition: background .3s var(--ease), gap .35s var(--ease-spring), box-shadow .3s var(--ease);
}
.contact-email-action::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}
.contact-email:hover .contact-email-action {
  background: var(--lime-deep); gap: 16px;
  box-shadow: 0 8px 24px -8px rgba(200,245,66,.5);
}
.contact-email-arrow {
  display: inline-block; transition: transform .4s var(--ease-spring);
}
.contact-email:hover .contact-email-arrow { transform: translateX(5px); }

/* Entrance animation */
.reveal-card {
  opacity: 0; transform: translateY(40px);
  transition: opacity .8s var(--ease), transform .9s var(--ease-spring);
}
.reveal-card.is-in { opacity: 1; transform: translateY(0); }
.contact-grid .contact-card:nth-child(2) { transition-delay: .12s; }
.contact-email { transition-delay: .24s; opacity: 0; transform: translateY(40px); }
.contact-email.is-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal-card, .contact-email { opacity: 1; transform: none; transition: none; }
  .contact-email::after { display: none; }
}

.contact-links {
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 13px;
  padding: 18px 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  max-width: 880px; margin: 0 auto;
  position: relative;
}
.contact-links::before {
  content: ""; position: absolute; left: 50%; top: -1px;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--lime), var(--accent), transparent);
  border-radius: 0 0 3px 3px;
}
.contact-links a {
  color: var(--ink); padding: 6px 0; border-bottom: 2px solid transparent;
  transition: border-color .3s, color .3s; font-weight: 500;
}
.contact-links a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.cl-sep { color: var(--ink-soft); }

/* ---------- footer ---------- */
.footer { position: relative; z-index: 2; background: var(--ink); color: var(--paper); padding: 48px 40px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }

/* Lockup wordmark · K-mark + wordmark, horizontal */
.footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-tag { display: block; font-family: var(--font-mono); font-size: 11px; color: rgba(242,239,232,.5); letter-spacing: .05em; }
.footer-meta { font-family: var(--font-mono); font-size: 12px; color: rgba(242,239,232,.5); display: flex; gap: 14px; align-items: center; }
.footer-divider { color: var(--accent); opacity: .6; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .hero-side { display: none; }
  .work-grid { grid-template-columns: 1fr; gap: 48px; }
  .work-grid--rev { direction: ltr; }
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .craft-grid { padding: 0; border: 2px solid var(--ink); position: static; }
  .craft-grid::before { display: none; }
  .craft-grid { grid-template-columns: repeat(2, 1fr); }
  .craft-card { padding: 32px 22px; }
  .craft-card:nth-child(2) { border-right: none; }
  .craft-card:nth-child(1), .craft-card:nth-child(2) { border-bottom: 1px solid var(--line); }
  .hero-bottom { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; max-width: 440px; }
  .contact-card { padding: 28px 22px 22px; }
  .contact-brand { height: 28px; margin-bottom: 12px; }
  .contact-idline { font-size: 13px; gap: 8px; }
  .contact-card-top { margin-bottom: 20px; }
  .contact-qr img { width: 116px; height: 116px; }
  .contact-qr-row { gap: 14px; }
  .contact-email {
    flex-direction: column; align-items: stretch; gap: 18px;
    padding: 24px 22px; max-width: 440px; text-align: left;
  }
  .contact-email-graphic img { height: 44px; }
  .contact-email-action { width: 100%; justify-content: center; }
  .contact-email-addr { word-break: break-all; }
}
@media (max-width: 720px) {
  .nav-inner { padding: 0 12px; gap: 8px; }
  .nav-links { display: none; }
  .nav-actions { gap: 4px; flex-shrink: 0; }
  .lang-toggle { padding: 2px; gap: 0; }
  .lang-option { padding: 3px 6px; font-size: 11px; min-width: 28px; }
  .nav-cta { padding: 6px 10px; font-size: 11px; gap: 4px; white-space: nowrap; }
  .nav-cta span:last-child { display: none; }
  .nav-logo { gap: 5px; flex-shrink: 1; min-width: 0; }
  .logo-mark svg { width: 22px; height: 22px; }
  .logo-text { letter-spacing: -.03em; gap: 2px; overflow: visible; }
  .logo-text b { font-size: 13px; letter-spacing: -.02em; line-height: 1.1; white-space: nowrap; }
  .logo-text .logo-strand { display: block; height: 3px; width: 62%; min-width: 50px; }
  .logo-text samp { display: block; font-size: 7.5px; letter-spacing: .3em; white-space: nowrap; }
  .nav-logo--kk { flex: 0 0 auto; min-width: auto; gap: 0; }
  .nav-logo--kk .logo-mark--kk { height: 28px; flex: 0 0 auto; }
  .nav-logo--kk .kk-lockup { width: 149px; height: 28px; flex: 0 0 auto; }

  .section-title { font-size: clamp(2rem, 9vw, 3.2rem); line-height: 1; }

  .work-tag { font-size: 9.5px; padding: 6px 12px 6px 10px; letter-spacing: .05em; gap: 6px; }
  .work-tag::before { width: 6px; height: 6px; }

  .contact-links {
    flex-wrap: nowrap; gap: 10px; font-size: 11px;
    padding: 14px 16px;
    max-width: calc(100% - 40px);
  }
  .contact-links a { padding: 4px 0; white-space: nowrap; }
  .contact-links .cl-sep { flex-shrink: 0; }

  .footer-inner { justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-brand { align-items: flex-start; }
  .footer-meta { flex-wrap: wrap; gap: 8px 12px; }
}
@media (max-width: 480px) {
  .nav-inner { padding: 0 10px; gap: 6px; }
  .nav-actions { gap: 3px; }
  .lang-option { padding: 2px 5px; font-size: 10px; min-width: 26px; }
  .nav-cta { padding: 5px 8px; font-size: 10px; letter-spacing: -.01em; }
  .nav-logo { gap: 4px; }
  .logo-mark svg { width: 20px; height: 20px; }
  .logo-text b { font-size: 12px; }
  .logo-text .logo-strand { height: 2.5px; min-width: 40px; }
  .logo-text samp { font-size: 7px; letter-spacing: .26em; }
  .nav-logo--kk { flex: 0 0 auto; min-width: auto; gap: 0; }
  .nav-logo--kk .logo-mark--kk { height: 24px; flex: 0 0 auto; }
  .nav-logo--kk .kk-lockup { width: 128px; height: 24px; flex: 0 0 auto; }
  .footer-logo--kk .kk-track { display: none; }

  .section-title { font-size: clamp(1.8rem, 10vw, 2.8rem); }

  .work-tag { font-size: 8.5px; padding: 5px 10px 5px 8px; letter-spacing: .03em; gap: 5px; }
  .work-tag::before { width: 5px; height: 5px; }

  .contact-links { gap: 8px; font-size: 10px; padding: 12px 12px; max-width: calc(100% - 24px); }

  .hero { padding: calc(var(--nav-h) + 24px) 16px 40px; }
  .hero-eyebrow {
    font-size: 11px; gap: 0; padding: 7px 8px 7px 7px; margin-bottom: 28px;
    width: fit-content; max-width: 100%;
  }
  .eyebrow-tag { padding: 4px 10px; font-size: 10px; white-space: nowrap; margin-right: 0; }
  .hero-eyebrow > span:not(.eyebrow-tag) { display: none; }
  .eyebrow-sep { display: none; }
  .hero-meta { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .meta-item:nth-child(2)::after { display: none; }
  .meta-item:nth-child(1), .meta-item:nth-child(2) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .section-head { padding: 0 20px; margin-bottom: 56px; }
  .works { padding: 90px 0 80px; }
  .works-list { padding: 0 20px; gap: 110px; }
  .story, .craft, .contact { padding: 90px 0; }
  .story-grid { padding: 0 20px; gap: 48px; }
  /* Mobile: keep the same visual as desktop — photo peeks from the left */
  .story { padding: 90px 0; }
  .story-bg-photo {
    position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  }
  .story-bg-photo img {
    position: absolute; left: 0; top: 0;
    width: 88%; height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 30% center;
    opacity: 0.95;
    mix-blend-mode: screen;
    display: block;
    mask-image: linear-gradient(to right, black 0%, black 62%, rgba(0,0,0,0.7) 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 62%, rgba(0,0,0,0.7) 80%, transparent 92%);
    filter: saturate(1.0) contrast(1.12) brightness(1.05);
  }
  .story-bg-photo::after {
    content: ""; position: absolute; left: 0; top: 0;
    width: 88%; height: 100%;
    background:
      radial-gradient(ellipse at 25% 30%, rgba(200,245,66,0.12), transparent 55%),
      linear-gradient(180deg, rgba(14,14,12,0.45), transparent 18%, transparent 75%, rgba(14,14,12,0.55));
    mix-blend-mode: overlay; pointer-events: none;
    z-index: 1;
    display: block;
    margin-top: 0;
  }
  .story-bg-mask {
    display: block;
    position: absolute; inset: 0;
    background:
      linear-gradient(90deg, rgba(14,14,12,0.15) 0%, rgba(14,14,12,0.4) 62%, var(--ink) 88%),
      linear-gradient(180deg, var(--ink) 0%, transparent 5%, transparent 95%, var(--ink) 100%);
  }
  .story > .section-head {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 56px;
  }
  .craft-grid { padding: 0; border: 2px solid var(--ink); position: static; }
  .craft-grid::before { display: none; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-card { padding: 28px 22px; border-right: none; border-bottom: 1px solid var(--line); }
  .craft-card:last-child { border-bottom: none; }
  .contact { padding: 100px 20px; }
  .work-feats { grid-template-columns: 1fr; }
  .work-feats li { border-right: none; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .work-feats li:last-child { border-bottom: none; }
  .erhu-mock, .pip-mock, .tech-mock { padding: 24px; }
  .tech-phone { width: 220px; height: 370px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .hero-eyebrow { font-size: 11px; gap: 10px; padding: 8px 14px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero-title .word { opacity: 1; transform: none; }
  .string-canvas, .bg-decor { display: none; }
  html { scroll-behavior: auto; }
}
