:root{
  --bg:#F7F8FC;
  --bg-hi:#FFFFFF;
  --ink:#141414;
  --ink2:#3A3A3A;
  --muted:#7E8190;
  --line:#E1E3EC;
  --dark:#141416;
  --dark2:#1C1D1F;
  --on-dark:#C7C7C8;
  --on-dark-muted:#7C7D7F;
  --coral:#6F5CF6;
  --lime:#CFF45F;
  --lavender:#DDE1EF;
  --blue:#4E6CF6;
  --warm-tint:#E9E4FF;
  --framework-tint:#F2F0FF;
  --framework-soft:#FBFAFF;
  --framework-line:#C9C2FF;
  --soft-stone:#ECEAE5;
  --soft-sage:#E8EEE9;
  --soft-blue:#E9ECF2;
  --soft-gold:#F2E9D1;
  --wood:#C9A47A;
  --sans:"Inter","Helvetica Neue",Arial,sans-serif;
  --tc:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans),var(--tc);
  color:var(--ink);
  background:var(--lavender);
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 30px}
.kicker{
  font-family:var(--sans);
  font-weight:600;
  font-size:13px;
  color:var(--muted);
  margin-bottom:14px;
}
.kicker .b{color:var(--ink)}
h2.en{
  font-family:var(--sans);
  font-weight:500;
  font-size:clamp(28px,4vw,48px);
  line-height:1.08;
}
h2 .zh{
  display:block;
  font-family:var(--tc);
  font-weight:500;
  font-size:16px;
  color:var(--ink2);
  margin-top:10px;
  line-height:1.7;
}
p{color:var(--ink2);font-size:15.5px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 22px;
  background:var(--ink);
  color:var(--bg);
  font-family:var(--sans);
  font-weight:600;
  font-size:14px;
  border-radius:4px;
}
.btn.coral{background:var(--coral);color:#fff}
.btn.ghost-dark{
  background:transparent;
  border:1px solid #55565a;
  color:var(--on-dark);
  margin-left:8px;
}
.text-link{
  display:inline-block;
  margin-top:18px;
  font-family:var(--sans);
  color:var(--coral);
  font-size:13px;
  font-weight:700;
}

.nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:rgba(247,248,252,.78);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:60px;
}
.logo{
  font-family:var(--sans);
  font-weight:800;
  font-size:22px;
  letter-spacing:0;
}
.logo b{color:var(--coral)}
.logo span{font-size:12px;vertical-align:super}
.nav .links{
  font-family:var(--sans);
  font-size:14px;
  color:var(--ink2);
}
.nav .links a{margin-left:22px}
.nav .links .cta{color:var(--coral);font-weight:600}

.hero{
  position:relative;
  background:linear-gradient(180deg,var(--lavender) 0%,#F7F8FC 62%,#fff 100%);
  padding:106px 0 64px;
  min-height:760px;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:130px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff);
  z-index:2;
  pointer-events:none;
}
.hero-stage{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);
  gap:42px;
  align-items:center;
}
.hero-copy{
  position:relative;
  z-index:10;
  min-width:0;
}
.hero-eyebrow{
  position:relative;
  z-index:10;
  font-family:var(--sans);
  font-weight:700;
  font-size:11.5px;
  letter-spacing:0;
  color:var(--muted);
  margin-bottom:14px;
  text-transform:uppercase;
}
.hero-slogan{
  max-width:560px;
  font-family:var(--sans);
  font-weight:400;
  font-size:clamp(52px,6.4vw,82px);
  line-height:1.02;
  letter-spacing:0;
  color:var(--ink);
  position:relative;
  z-index:10;
}
.hero-english{max-width:580px}
.hero-slogan .c{
  display:inline-block;
  color:var(--coral);
  background:linear-gradient(135deg,var(--coral) 0%,var(--blue) 58%,#2E2A7B 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  transition:background-position .5s ease, transform .3s ease;
}
.hero-slogan .c:hover{
  background-position:right center;
  transform:scale(1.02);
}
.hero-visual{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  pointer-events:none;
  min-width:0;
}
.hero-flow-visual{
  align-items:center;
  justify-content:center;
  padding:0;
}
.messy-workflow-kv{
  position:relative;
  z-index:1;
  width:100%;
  max-width:620px;
  height:520px;
  min-height:520px;
  filter:drop-shadow(0 28px 46px rgba(20,20,20,.09));
}
.linear-pattern{
  position:absolute;
  z-index:0;
  right:0;
  top:22px;
  width:520px;
  height:384px;
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(111,92,246,.08) 1px,transparent 1px),
    linear-gradient(180deg,rgba(111,92,246,.06) 1px,transparent 1px),
    radial-gradient(circle at 78% 18%,rgba(207,244,95,.46),transparent 18%),
    rgba(255,255,255,.32);
  background-size:34px 34px,34px 34px,100% 100%,100% 100%;
  opacity:.72;
}
.hero-photo-card{
  position:absolute;
  z-index:1;
  right:18px;
  top:0;
  width:430px;
  height:338px;
  overflow:hidden;
  border:0;
  border-radius:8px;
  background:var(--lavender);
  box-shadow:0 24px 54px rgba(82,86,122,.18);
}
.hero-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:54% 45%;
}
.hero-photo-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(20,20,22,.14),rgba(20,20,22,0) 54%);
  pointer-events:none;
}
.insight-spark{
  position:absolute;
  z-index:7;
  right:28px;
  top:18px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px 9px 9px;
  border-radius:999px;
  background:#141416;
  color:#fff;
  box-shadow:0 16px 34px rgba(20,20,20,.18);
}
.insight-spark b{
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
}
.spark-lines{
  position:relative;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--lime);
}
.spark-lines:before,
.spark-lines:after{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:50%;
  border:2px solid var(--coral);
}
.spark-lines:after{
  inset:12px -8px;
  border-width:0;
  border-top:2px solid var(--coral);
  border-bottom:2px solid var(--coral);
  border-radius:0;
  transform:rotate(42deg);
}
.pain-block-field{
  position:absolute;
  z-index:6;
  left:-12px;
  bottom:0;
  width:430px;
  height:154px;
  pointer-events:none;
}
.pain-block-field:before{
  content:"";
  position:absolute;
  left:4px;
  right:38px;
  bottom:10px;
  height:1px;
  background:linear-gradient(90deg,rgba(20,20,20,0),rgba(111,92,246,.24),rgba(20,20,20,0));
}
.pain-block{
  position:absolute;
  min-height:34px;
  display:flex;
  align-items:center;
  max-width:132px;
  padding:8px 11px;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(20,20,20,.09);
  color:#151515;
  font-family:var(--tc);
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  box-shadow:0 12px 22px rgba(20,20,20,.08);
  transition:left .9s cubic-bezier(.2,.8,.2,1), top .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1), opacity .6s ease;
}
.pain-a{left:0;top:72px;transform:rotate(-9deg);background:#fff}
.pain-b{left:96px;top:12px;transform:rotate(7deg);background:var(--lime)}
.pain-c{left:204px;top:58px;transform:rotate(-7deg);background:#141416;color:#fff}
.pain-d{left:42px;top:112px;transform:rotate(5deg);background:var(--soft-blue)}
.pain-e{left:210px;top:8px;transform:rotate(12deg);background:var(--warm-tint)}
.pain-f{left:298px;top:88px;transform:rotate(-8deg);background:#fff}
.pain-g{left:2px;top:24px;transform:rotate(14deg);background:var(--framework-tint)}
.pain-h{left:158px;top:100px;transform:rotate(-11deg);background:#141416;color:#fff}
.pain-i{left:302px;top:30px;transform:rotate(6deg);background:#EEF4FF}
body.workflow-sorted .pain-block{
  transform:rotate(0deg) scale(.82);
  opacity:.96;
  box-shadow:0 10px 20px rgba(55,48,115,.08);
}
body.workflow-sorted .pain-a{left:0;top:4px}
body.workflow-sorted .pain-b{left:116px;top:4px}
body.workflow-sorted .pain-c{left:232px;top:4px}
body.workflow-sorted .pain-d{left:0;top:48px}
body.workflow-sorted .pain-e{left:116px;top:48px}
body.workflow-sorted .pain-f{left:232px;top:48px}
body.workflow-sorted .pain-g{left:0;top:92px}
body.workflow-sorted .pain-h{left:116px;top:92px}
body.workflow-sorted .pain-i{left:232px;top:92px}
.hero-stat-card{
  position:absolute;
  z-index:6;
  left:28px;
  bottom:170px;
  width:142px;
  min-height:128px;
  display:grid;
  align-content:center;
  gap:6px;
  padding:18px;
  border-radius:8px;
  background:var(--coral);
  color:#fff;
  box-shadow:0 18px 34px rgba(70,63,170,.24);
}
.hero-stat-card strong{
  font-size:36px;
  line-height:1;
  font-weight:600;
}
.hero-stat-card span{
  font-size:11px;
  line-height:1.35;
  font-weight:600;
}
.hero-lime-block{
  position:absolute;
  z-index:2;
  right:0;
  bottom:84px;
  width:156px;
  min-height:102px;
  display:flex;
  align-items:flex-end;
  padding:14px;
  border-radius:8px;
  background:var(--lime);
  color:#141414;
  font-size:11px;
  font-weight:900;
  letter-spacing:0;
}
.journey-stream{
  position:relative;
  z-index:8;
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  max-width:100%;
  margin:-46px 0 76px auto;
  padding:12px;
  border:1px solid rgba(20,20,20,.08);
  border-radius:999px;
  background:rgba(255,255,255,.98);
  box-shadow:0 20px 42px rgba(20,20,20,.13);
  overflow-x:auto;
  scrollbar-width:none;
}
.journey-stream::-webkit-scrollbar{display:none}
.journey-stream:before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:50%;
  height:1px;
  background:#D8D5CE;
}
.journey-stream span,
.journey-stream strong,
.journey-stream small{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  min-height:34px;
  display:flex;
  align-items:center;
  padding:8px 13px;
  border:1px solid rgba(20,20,20,.08);
  border-radius:999px;
  background:#fff;
  color:#2A2A2A;
  font-family:var(--tc);
  font-size:12.5px;
  font-weight:800;
  line-height:1;
}
.journey-stream small{
  color:#8A867E;
  background:#F6F5F2;
  font-family:var(--sans);
  text-transform:uppercase;
  font-size:10px;
}
.journey-stream strong{
  background:var(--dark);
  color:#fff;
  font-family:var(--sans);
}
.hero-desc{
  font-family:var(--sans);
  font-weight:500;
  font-size:16px;
  line-height:1.8;
  color:var(--ink2);
  max-width:570px;
  margin:28px 0 24px;
}
.hero-ctas{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}
.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--ink);
  color:var(--bg);
  font-family:var(--sans);
  font-weight:700;
  font-size:15px;
  padding:15px 28px;
  border-radius:999px;
  transition:transform .2s ease, background .2s;
}
.btn-primary:hover{background:#000;transform:translateY(-1px)}
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:var(--ink);
  border:1px solid #DEDEDE;
  font-family:var(--sans);
  font-weight:700;
  font-size:15px;
  padding:14px 26px;
  border-radius:999px;
  transition:background .2s ease,border-color .2s;
}
.btn-ghost:hover{background:#F8F8F8;border-color:var(--ink)}

section{
  padding:78px 0;
  border-bottom:1px solid var(--line);
}
section.dark{
  background:var(--dark);
  border-bottom:1px solid var(--dark2);
}
section.dark .kicker{color:var(--on-dark-muted)}
section.dark .kicker .b{color:var(--on-dark)}
section.dark h2.en{color:#EDEDEB}
section.dark h2 .zh{color:var(--on-dark)}
section.dark p{color:var(--on-dark)}
.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.studio-intro{
  position:relative;
  z-index:5;
  background:#fff;
  overflow:visible;
}
.studio-intro .wrap{
  position:relative;
  z-index:1;
}
.studio-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:34px;
  align-items:end;
}
.studio-title{
  max-width:820px;
  font-family:var(--sans);
  font-size:clamp(40px,5.4vw,68px);
  line-height:1.04;
  font-weight:500;
  letter-spacing:0;
}
.studio-title span{
  display:block;
  max-width:660px;
  margin-top:16px;
  color:#8f8e89;
  font-family:var(--tc);
  font-size:clamp(18px,2.1vw,28px);
  line-height:1.45;
  font-weight:500;
}
.studio-link{
  justify-self:end;
  padding-bottom:10px;
  border-bottom:1px dotted var(--coral);
  font-size:14px;
  font-weight:800;
  color:var(--ink);
  white-space:nowrap;
}
.value-visual-grid{
  display:grid;
  grid-template-columns:1.15fr .72fr .86fr;
  grid-template-rows:150px 150px;
  gap:18px;
  margin:44px 0 44px;
  padding:18px;
  border-radius:8px;
  background:linear-gradient(135deg,rgba(221,225,239,.88),rgba(255,255,255,.74));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 22px 50px rgba(20,20,20,.08);
}
.value-photo,
.value-color-card,
.value-result-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  min-height:0;
}
.value-photo{
  background:#fff;
}
.value-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.value-photo-large{
  grid-row:1 / span 2;
}
.value-photo-large img{
  object-position:46% 52%;
}
.value-photo-small img{
  object-position:50% 48%;
}
.value-photo figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:#141416;
  color:#fff;
  font-family:var(--tc);
  font-size:12px;
  font-weight:800;
}
.value-color-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:20px;
  color:#fff;
}
.value-color-card span{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  font-size:11px;
  font-weight:800;
}
.value-color-card b{
  display:block;
  margin-top:auto;
  font-size:23px;
  line-height:1.02;
  font-weight:800;
}
.value-color-card p{
  margin-top:10px;
  color:inherit;
  font-size:12.5px;
  line-height:1.5;
}
.value-color-card.violet{
  background:var(--coral);
}
.value-color-card.lime{
  background:var(--lime);
  color:#141416;
}
.value-result-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:150px;
  padding:20px;
  border:1px solid rgba(20,20,20,.18);
  background:rgba(255,255,255,.46);
  color:var(--ink);
}
.value-result-card:before{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  top:20px;
  height:1px;
  background:rgba(111,92,246,.32);
}
.value-result-card span{
  position:absolute;
  top:28px;
  left:20px;
  color:var(--coral);
  font-family:var(--sans);
  font-size:10px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
}
.value-result-card b{
  display:block;
  font-family:var(--tc);
  font-size:17px;
  line-height:1.25;
}
.value-result-card p{
  margin-top:6px;
  color:var(--ink);
  font-family:var(--tc);
  font-size:18px;
  font-weight:800;
  line-height:1.25;
}
.value-result-card small{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-family:var(--tc);
  font-size:12px;
  line-height:1.55;
}
.pain-team-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  gap:22px;
  margin-top:42px;
}
.pain-panel,
.team-panel{
  border:1px solid var(--line);
  border-radius:8px;
  background:#FCFCFB;
}
.pain-panel{
  padding:10px;
}
.panel-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  margin:10px;
  color:var(--coral);
  font-size:12px;
  font-weight:800;
}
.pain-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.pain-list article{
  min-height:225px;
  padding:22px;
  border-radius:8px;
  background:#fff;
  border:1px solid var(--line);
}
.pain-list span{
  display:block;
  margin-bottom:18px;
  font-family:var(--sans);
  color:var(--coral);
  font-size:12px;
  font-weight:800;
}
.pain-list h3{
  font-family:var(--tc);
  font-size:19px;
  line-height:1.34;
  margin-bottom:12px;
}
.pain-list p{
  font-size:13.5px;
  line-height:1.75;
}
.team-panel{
  padding:28px;
  background:var(--dark);
}
.team-panel h3{
  margin:14px 0;
  color:#fff;
  font-family:var(--tc);
  font-size:25px;
  line-height:1.35;
  font-weight:700;
}
.team-panel p{
  color:var(--on-dark);
  font-size:14.5px;
}
.team-metrics{
  display:grid;
  gap:10px;
  margin-top:26px;
}
.team-metrics div{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  align-items:center;
  min-height:58px;
  border-top:1px solid #303136;
}
.team-metrics b{
  color:var(--coral);
  font-size:14px;
}
.team-metrics span{
  color:var(--on-dark);
  font-size:13px;
}
.framework-board{
  margin-top:34px;
  position:relative;
  padding:58px 28px 0;
  border:1px solid rgba(111,92,246,.18);
  border-radius:22px;
  background:
    radial-gradient(circle at 86% 10%,rgba(111,92,246,.10),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(251,250,255,.98)),
    repeating-linear-gradient(90deg,rgba(111,92,246,.045) 0 1px,transparent 1px 52px);
  box-shadow:0 28px 70px rgba(55,48,115,.08);
  overflow:visible;
}
.framework-board:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(111,92,246,.30);
  border-radius:16px;
  pointer-events:none;
}
.security-boundary{
  position:absolute;
  z-index:6;
  left:28px;
  right:28px;
  top:-22px;
  min-height:44px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border:1px solid rgba(111,92,246,.16);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 36px rgba(55,48,115,.10);
}
.security-boundary span{
  margin-right:auto;
  padding:8px 13px;
  border-radius:999px;
  background:var(--dark);
  color:#fff;
  font-family:var(--sans);
  font-size:12px;
  font-weight:700;
  letter-spacing:0;
}
.security-boundary em{
  padding:8px 12px;
  border:1px solid rgba(111,92,246,.18);
  border-radius:999px;
  background:var(--framework-tint);
  color:#4B3FAD;
  font-style:normal;
  font-size:12px;
  font-weight:700;
}
.framework-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:230px 1fr;
  gap:30px;
  min-height:185px;
  padding:28px 0;
  border-bottom:1px solid rgba(111,92,246,.18);
  align-items:center;
}
.framework-row:last-child{
  border-bottom:0;
}
.strategy-row{
  min-height:330px;
}
.framework-step{
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:12px;
  align-items:start;
}
.framework-step strong{
  font-size:22px;
  line-height:1;
}
.framework-step span{
  display:block;
  font-family:var(--sans);
  font-weight:700;
  line-height:1.3;
}
.framework-step em{
  grid-column:2;
  color:var(--muted);
  font-style:normal;
  font-size:13px;
}
.framework-nodes,
.framework-flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-width:0;
  padding-right:280px;
}
.framework-nodes div,
.circle{
  width:112px;
  aspect-ratio:1;
  border:1px solid rgba(111,92,246,.36);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px;
  font-size:13px;
  line-height:1.35;
  background:rgba(255,255,255,.76);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.62),0 12px 24px rgba(55,48,115,.05);
}
.framework-flow{
  position:relative;
}
.framework-flow:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:50%;
  height:1px;
  background:rgba(111,92,246,.24);
  z-index:0;
}
.framework-flow > *{
  position:relative;
  z-index:1;
}
.block{
  min-width:120px;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:#fff;
  border:1px solid rgba(111,92,246,.42);
  font-size:13px;
  font-weight:700;
}
.dark-node{
  background:var(--dark);
  color:#fff;
}
.framework-arc{
  position:relative;
  min-height:170px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:end;
  gap:12px;
  overflow:hidden;
}
.framework-arc:before,
.framework-arc:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-92px;
  transform:translateX(-50%);
  border:1px dashed rgba(111,92,246,.42);
  border-radius:50% 50% 0 0;
}
.framework-arc:before{
  width:520px;
  height:260px;
}
.framework-arc:after{
  width:330px;
  height:170px;
}
.arc-center{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:112px;
  height:56px;
  border-radius:56px 56px 0 0;
  background:var(--dark);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:700;
  z-index:2;
}
.framework-arc span{
  position:relative;
  z-index:2;
  padding-top:10px;
  border-top:1px dotted rgba(111,92,246,.42);
  font-size:12px;
  color:var(--ink2);
}
.strategy-row .framework-arc{
  padding-right:520px;
}
.strategy-row .framework-arc:before,
.strategy-row .framework-arc:after,
.strategy-row .arc-center{
  left:28%;
}
.question-card{
  --bubble-y:0px;
  --bubble-tilt:-.4deg;
  position:absolute;
  z-index:4;
  right:18px;
  top:24px;
  width:min(230px,22vw);
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  column-gap:8px;
  align-items:start;
  padding:10px 10px 0;
  border:1px solid rgba(111,92,246,.18);
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 28px rgba(55,48,115,.12);
  overflow:hidden;
  animation:float-note 5.8s ease-in-out infinite;
}
.q-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  height:22px;
  border-radius:999px;
  background:var(--framework-tint);
  color:var(--coral);
  font-family:var(--sans);
  font-size:10px;
  font-weight:900;
  line-height:1;
}
.question-card b{
  display:block;
  align-self:center;
  font-family:var(--tc);
  font-size:13px;
  line-height:1.3;
  padding-top:1px;
}
.question-card span:not(.q-label){
  display:block;
  grid-column:1 / -1;
  margin-top:8px;
  padding:0 2px 10px;
  color:#3D3D3D;
  font-family:var(--tc);
  font-size:11.5px;
  line-height:1.45;
}
.question-card em{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:34px;
  margin:0 -10px;
  padding:0 12px;
  background:#1C1F26;
  color:#fff;
  font-family:var(--sans);
  font-size:11px;
  font-style:normal;
  font-weight:700;
}
.question-card em:after{
  content:"›";
  font-size:20px;
  line-height:1;
}
.card-coral{
  top:20px;
  right:36px;
  border-top:4px solid var(--coral);
}
.card-gold{
  top:auto;
  right:24px;
  bottom:20px;
  border-top:4px solid var(--coral);
  animation-delay:-1.5s;
}
.card-mint{
  top:22px;
  right:24px;
  border-top:4px solid var(--coral);
  animation-delay:-2.8s;
}
.card-blue{
  top:26px;
  right:24px;
  border-top:4px solid var(--coral);
  animation-delay:-4s;
}
.strategy-bubble-cluster{
  position:absolute;
  z-index:5;
  right:8px;
  top:-20px;
  width:min(470px,43vw);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.strategy-bubble-cluster .question-card{
  position:relative;
  top:auto;
  right:auto;
  bottom:auto;
  width:100%;
}
.strategy-bubble-cluster .question-card:nth-child(2){
  --bubble-y:14px;
}
.strategy-bubble-cluster .question-card:nth-child(3){
  --bubble-y:-2px;
}
.strategy-bubble-cluster .question-card:nth-child(4){
  --bubble-y:12px;
}
@keyframes float-note{
  0%,100%{transform:translateY(var(--bubble-y)) rotate(var(--bubble-tilt))}
  50%{transform:translateY(calc(var(--bubble-y) - 9px)) rotate(.6deg)}
}
@media(prefers-reduced-motion:reduce){
  .question-card{animation:none}
}

.section-head{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:36px;
  align-items:end;
}
.section-head > p{
  max-width:430px;
  justify-self:end;
}
.product-grid,
.service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:32px;
}
.service-grid{
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.product-card{
  position:relative;
  overflow:hidden;
  min-height:420px;
  border-radius:8px;
  padding:32px;
  background:linear-gradient(135deg,#fff,#edeef1 30%,#fafbfc 50%,#e6e7ea 70%,#f6f7f8);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 14px 32px rgba(20,20,20,.08);
}
.product-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,0) 42%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 58%);
  pointer-events:none;
}
.product-card.featured{
  background:linear-gradient(135deg,#171719,#25262a 45%,#171719);
  color:#fff;
  border-color:#2f3034;
}
.product-kicker{
  font-family:var(--sans);
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  color:var(--muted);
}
.product-card.featured .product-kicker{color:var(--on-dark-muted)}
.product-card h3{
  font-family:var(--sans);
  font-size:clamp(34px,5vw,58px);
  line-height:1;
  margin:16px 0 10px;
}
.product-tagline{
  color:var(--coral);
  font-weight:700;
  margin-bottom:18px;
}
.product-card.featured p:not(.product-tagline){color:var(--on-dark)}
.product-card ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin-top:20px;
  color:var(--ink2);
  font-size:14px;
}
.product-card.featured ul{color:var(--on-dark)}
.product-card li{
  padding-left:18px;
  position:relative;
}
.product-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--coral);
}
.service-card{
  position:relative;
  overflow:hidden;
  min-height:360px;
  display:flex;
  flex-direction:column;
  border-radius:8px;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,241,244,.88) 52%,rgba(255,255,255,.98)),
    linear-gradient(90deg,rgba(111,92,246,.12),transparent 48%);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 22px 48px rgba(20,20,20,.08);
}
.service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.54) 49%,transparent 62%);
  pointer-events:none;
}
.service-card.featured{
  background:
    linear-gradient(145deg,#171719,#26272B 58%,#171719),
    linear-gradient(90deg,rgba(111,92,246,.18),transparent 48%);
  color:#fff;
  border-color:#2F3034;
}
.service-kicker{
  position:relative;
  z-index:1;
  color:var(--muted);
  font-family:var(--sans);
  font-size:14px;
  font-weight:500;
}
.service-card.featured .service-kicker{
  color:var(--on-dark-muted);
}
.service-card h3{
  position:relative;
  z-index:1;
  margin:24px 0 22px;
  font-family:var(--tc);
  font-size:clamp(24px,2.7vw,34px);
  line-height:1.2;
}
.service-card p{
  position:relative;
  z-index:1;
  color:#575757;
  font-size:16px;
  line-height:1.75;
}
.service-card.featured p{
  color:var(--on-dark);
}
.service-card ul{
  position:relative;
  z-index:1;
  list-style:none;
  display:grid;
  gap:9px;
  margin-top:20px;
  color:#3D3D3D;
  font-size:13.5px;
}
.service-card.featured ul{
  color:var(--on-dark);
}
.service-card li{
  position:relative;
  padding-left:17px;
}
.service-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--coral);
}
.tool-line{
  position:relative;
  z-index:1;
  margin-top:auto;
  padding-top:24px;
  color:var(--coral);
  font-family:var(--sans);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.service-card .text-link{
  position:relative;
  z-index:1;
  margin-top:14px;
}

.posts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.post-cover{
  min-height:150px;
  border-radius:8px;
  background:repeating-linear-gradient(45deg,#f3f1ec,#f3f1ec 12px,#efece5 12px,#efece5 24px);
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--sans);
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
.post h4{
  font-family:var(--tc);
  font-weight:700;
  font-size:15px;
  margin:12px 0 4px;
}
.post .meta{
  font-family:var(--sans);
  font-size:12px;
  color:var(--muted);
}
.closing{text-align:center}
.closing h2.en{
  max-width:760px;
  margin:0 auto;
}
.closing-actions{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:24px;
}
footer{
  background:var(--dark);
  color:var(--on-dark-muted);
  padding:30px 0;
  font-family:var(--sans);
  font-size:12.5px;
}
footer .wrap{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

@media(max-width:1024px){
  .hero{
    min-height:auto;
    padding-bottom:72px;
  }
  .hero-stage{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-slogan{font-size:clamp(54px,11vw,92px);max-width:760px}
  .hero-visual{pointer-events:auto}
  .hero-flow-visual{padding:0}
  .messy-workflow-kv{
    width:100%;
    max-width:720px;
    height:680px;
    min-height:680px;
    margin:0 auto;
  }
  .linear-pattern{
    right:0;
    top:18px;
    width:100%;
    height:430px;
  }
  .hero-photo-card{
    right:0;
    top:0;
    width:min(560px,82%);
    height:360px;
  }
  .hero-stat-card{left:22px;top:392px;bottom:auto}
  .hero-lime-block{
    right:12px;
    top:420px;
    bottom:auto;
  }
  .pain-block-field{
    left:22px;
    bottom:12px;
    width:min(460px,88vw);
  }
  .section-head{grid-template-columns:1fr}
  .section-head > p{justify-self:start;max-width:640px}
  .value-visual-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:210px 160px 160px;
  }
  .value-photo-large{
    grid-column:1 / -1;
  }
  .service-grid{
    grid-template-columns:1fr;
  }
  .service-card{
    min-height:auto;
  }
  .studio-head,
  .pain-team-grid{grid-template-columns:1fr}
  .studio-link{justify-self:start}
  .pain-list{grid-template-columns:1fr}
  .pain-list article{min-height:auto}
  .framework-board{
    padding:68px 22px 0;
  }
  .security-boundary{
    flex-wrap:wrap;
    left:20px;
    right:20px;
    border-radius:18px;
  }
  .security-boundary span{
    flex:1 0 100%;
    margin-right:0;
    text-align:center;
  }
  .framework-row{
    grid-template-columns:1fr;
    gap:22px;
  }
  .framework-nodes,
  .framework-flow{
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:8px;
    padding-right:0;
  }
  .framework-flow:before{
    left:56px;
    right:56px;
  }
  .strategy-row .framework-arc{
    padding-right:0;
  }
  .strategy-bubble-cluster{
    position:relative;
    top:auto;
    right:auto;
    width:min(100%,620px);
    margin:0 0 0 44px;
  }
  .question-card,
  .card-coral,
  .card-gold,
  .card-mint,
  .card-blue{
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    width:min(100%,360px);
    margin:0 0 0 44px;
  }
  .strategy-bubble-cluster .question-card{
    width:100%;
    margin:0;
  }
}

@media(max-width:760px){
  .wrap{padding:0 24px}
  .grid2,
  .product-grid,
  .service-grid,
  .posts{grid-template-columns:1fr}
  section{padding:58px 0}
  .product-card{min-height:auto}
  .studio-title{font-size:clamp(32px,10vw,52px)}
  .value-visual-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .value-photo-large,
  .value-photo-small{
    grid-column:auto;
    grid-row:auto;
    min-height:260px;
  }
  .value-color-card{
    min-height:170px;
  }
  .framework-arc{
    grid-template-columns:1fr 1fr;
    min-height:230px;
  }
  .framework-arc:before{
    width:390px;
    height:210px;
  }
  .framework-arc:after{
    width:250px;
    height:140px;
  }
  .strategy-bubble-cluster{
    grid-template-columns:1fr;
    margin-left:0;
  }
  .strategy-bubble-cluster .question-card{
    --bubble-y:0px;
  }
  .question-card,
  .strategy-bubble-cluster,
  .card-coral,
  .card-gold,
  .card-mint,
  .card-blue{
    width:100%;
    margin-left:0;
  }
}

@media(max-width:640px){
  .nav .links a:not(.cta){display:none}
  .kicker{
    display:grid;
    gap:7px;
    margin-bottom:18px;
    line-height:1.35;
  }
  .kicker:before{
    content:"";
    width:22px;
    height:2px;
    background:var(--coral);
  }
  .kicker .b{
    display:block;
    max-width:100%;
    color:var(--ink);
    font-family:var(--tc);
    font-size:15px;
    font-weight:700;
    line-height:1.65;
  }
  h2.en{
    font-size:clamp(30px,9.5vw,42px);
    line-height:1.12;
  }
  h2 .zh{
    margin-top:18px;
    font-size:15px;
    line-height:1.85;
    color:#4A4A4A;
  }
  .hero{
    padding:90px 0 38px;
    min-height:100dvh;
  }
  .hero-slogan{font-size:clamp(44px,14vw,68px)}
  .hero-flow-visual{
    height:auto;
    margin-top:0;
    padding:0;
  }
  .messy-workflow-kv{
    height:990px;
    min-height:990px;
  }
  .linear-pattern{
    left:0;
    right:0;
    top:0;
    width:100%;
    height:420px;
  }
  .hero-photo-card{
    left:0;
    right:0;
    top:0;
    width:100%;
    height:310px;
  }
  .insight-spark{
    right:12px;
    top:12px;
    transform:scale(.9);
    transform-origin:top right;
  }
  .hero-stat-card{
    left:20px;
    top:600px;
    bottom:auto;
    width:142px;
    min-height:112px;
    padding:16px;
  }
  .hero-lime-block{
    right:0;
    top:628px;
    bottom:auto;
    width:154px;
    min-height:100px;
  }
  .pain-block-field{
    left:0;
    top:322px;
    bottom:auto;
    width:100%;
    height:230px;
    transform:scale(.86);
    transform-origin:top left;
  }
  .pain-block{
    max-width:132px;
    min-height:31px;
    padding:7px 9px;
    font-size:10px;
  }
  .pain-a{left:0;top:42px}
  .pain-b{left:112px;top:0}
  .pain-c{left:202px;top:50px}
  .pain-d{left:36px;top:92px}
  .pain-e{left:186px;top:6px}
  .pain-f{left:214px;top:132px}
  .pain-g{left:4px;top:134px}
  .pain-h{left:128px;top:112px}
  .pain-i{left:224px;top:170px}
  body.workflow-sorted .pain-block{
    transform:rotate(0deg) scale(.78);
  }
  body.workflow-sorted .pain-a{left:0;top:0}
  body.workflow-sorted .pain-b{left:118px;top:0}
  body.workflow-sorted .pain-c{left:0;top:38px}
  body.workflow-sorted .pain-d{left:118px;top:38px}
  body.workflow-sorted .pain-e{left:0;top:76px}
  body.workflow-sorted .pain-f{left:118px;top:76px}
  body.workflow-sorted .pain-g{left:0;top:114px}
  body.workflow-sorted .pain-h{left:118px;top:114px}
  body.workflow-sorted .pain-i{left:60px;top:152px}
  .hero-bottom{margin-top:20px}
  .hero-desc{font-size:15px}
  .hero-ctas a{width:100%}
  .btn.ghost-dark{margin-left:0}
}
